cryptsetup-luksformat: fix typo, linux/c*: add and update Korean translation (#14682)
* linux/c*: add and update Korean translation * cryptsetup-luksformat: fix typo
This commit is contained in:
24
pages.ko/linux/cryptcat.md
Normal file
24
pages.ko/linux/cryptcat.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# cryptcat
|
||||
|
||||
> Cryptcat은 암호화 기능을 갖춘 netcat입니다.
|
||||
> 더 많은 정보: <https://cryptcat.sourceforge.net>.
|
||||
|
||||
- 지정된 [p]포트에서 [l]수신하고 받은 데이터를 출력:
|
||||
|
||||
`cryptcat -k {{비밀번호}} -l -p {{포트}}`
|
||||
|
||||
- 특정 포트에 연결:
|
||||
|
||||
`cryptcat -k {{비밀번호}} {{IP_주소}} {{포트}}`
|
||||
|
||||
- 타임아웃([w]) 지정:
|
||||
|
||||
`cryptcat -k {{비밀번호}} -w {{초_단위_타임아웃}} {{IP_주소}} {{포트}}`
|
||||
|
||||
- 지정된 호스트의 열린 포트 [z]스캔:
|
||||
|
||||
`cryptcat -v -z {{IP_주소}} {{포트}}`
|
||||
|
||||
- 프록시로 작동하여 로컬 TCP 포트에서 지정된 원격 호스트로 데이터 전달:
|
||||
|
||||
`cryptcat -k {{비밀번호}} -l -p {{로컬_포트}} | cryptcat -k {{비밀번호}} {{호스트명}} {{원격_포트}}`
|
Reference in New Issue
Block a user