← 返回命令列表

Linux command

cryptcat 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Listen

cryptcat -k password -l -p 1234

Connect

cryptcat -k password host 1234

Example

cryptcat -k password -w 10 host 1234

Port scan

cryptcat -v -z host 1-1024

Proxy

cryptcat -k password -l -p 8080 | cryptcat -k password host 80

Transfer

cryptcat -k password -l -p 1234 < file.txt

说明

cryptcat is netcat with twofish encryption capabilities. It provides the same functionality as netcat but with encrypted data transmission for secure communication over untrusted networks.

参数

-k PASSWORD
Specify encryption password
-l
Listen mode (act as server)
-p PORT
Specify local port number
-w SECONDS
Timeout for connects and final net reads
-z
Zero-I/O mode (scanning)
-v
Verbose mode
-n
Numeric-only IP addresses, no DNS
-u
UDP mode instead of TCP

FAQ

What is the cryptcat command used for?

cryptcat is netcat with twofish encryption capabilities. It provides the same functionality as netcat but with encrypted data transmission for secure communication over untrusted networks.

How do I run a basic cryptcat example?

Run `cryptcat -k password -l -p 1234` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -k PASSWORD do in cryptcat?

Specify encryption password