Nmap
Escaneos básicos:
sudo nmap <host>sudo nmap -sV -sC -p- <host>Scripts de Nmap:
Buscar scripts:
locate scripts/<servicio>Usar scripts:
sudo nmap --script <nombre del script> -p <puerto> <host>Last updated