LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

cryptcat

netcat with twofish encryption

TLDR

Listen on a port with encryption
$ cryptcat -k password -l -p 1234
copy
Connect to a port with encryption
$ cryptcat -k password host 1234
copy
Connect with timeout
$ cryptcat -k password -w 10 host 1234
copy
Port scan a host
$ cryptcat -v -z host 1-1024
copy
Proxy data between local and remote
$ cryptcat -k password -l -p 8080 | cryptcat -k password host 80
copy
Transfer a file
$ cryptcat -k password -l -p 1234 < file.txt
copy

SYNOPSIS

cryptcat [options] [hostname] [port]

DESCRIPTION

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.

PARAMETERS

-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

CAVEATS

Both ends must use the same password for encryption. If no password is specified with -k, cryptcat uses the hardcoded default password "metallica", making the connection effectively unencrypted. This tool is intended for authorized security testing and legitimate encrypted communication.

HISTORY

cryptcat was developed as a secure version of netcat, adding twofish encryption to prevent eavesdropping on network communications.

SEE ALSO

nc(1), netcat(1), ncat(1), socat(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid