Netcat
Encrypted Transfer Sending
Sender for encrypted transfer.
Syntax
$nc -l -p [port] | openssl enc -d -des3 -pass pass:password > creds.txt
Examples
$nc -l -p 8888 | openssl enc -d -des3 -pass pass:password > creds.txt
Typical use cases
?
Standard usage
Encrypted Transfer Sending --help
Note
Encrypted Transfer (Sending)
Export