Netcat
Encrypted Transfer Sending
Sending side for encrypted transfer.
Syntax
$nc -l -p [port] | openssl enc -d -des3 -pass pass:password > creds.txt
Beispiele
$nc -l -p 8888 | openssl enc -d -des3 -pass pass:password > creds.txt
Typische Anwendungsfälle
?
Standardverwendung
Encrypted Transfer Sending --help
Hinweis
Verschlüsselter Transfer (Sending).
Export