Tutorials
CheatSheet
- nmap -sn 192.168.1.1 Senza scansionare le porte
#enumeration#nmap
HOST DISCOVERY
nmap -sn 192.168.1.1
nmap -sn -PS 192.168.1.1
nmap -sn -PS1-1000 192.168.1.1
nmap -sn -PS22,80,443 192.168.1.1
PORT SCANNING
nmap -sS -T4 -p- 192.168.1.1
nmap -sS -sC -sV -O -p80,443,3389
--osscan-guess
--version-intensity 5
NSE SCRIPTING
ls /usr/share/nmap/scripts | grep "nome_script"
nmap --script-help=nome_script
nmap --script=nome_script
nmap --script=nome_script
nmap --script=ftp
NMAP FIREWALL EVASION
nmap -f ip
nmap -f --mtu ip
nmap --data-length ip
nmap -D 192.168.1.1 ip
nmap -D 192.168.1.1,192.168.1.2 ip
nmap -g 53 ip