30 likes | 141 Vues
Nmap Level 2 www.hackaholic.info Instructor: Kumar Shubham. Welcome To Hackaholic. Nmap Level 2. Scanning for port
E N D
Nmap Level 2 www.hackaholic.info Instructor: Kumar Shubham Welcome To Hackaholic
Nmap Level 2 • Scanning for port -> scan for open portnmap --open ip-> scan for specific portnmap -p port ip-> scan for multiple portnmap -p p1,p2,p3,...,pn ip-> scan for range of portnmap -p x-y ip-> scan for all portnmap -p “*” ip-> scan for most common port eg-: ftp(21),ssh(22),telent(23),http(80) etc....nmap --top-ports n ip“n” top n port
Nmap Level 2 • Os Fingerprintingnmap -O ip nmap -O --osscan-guess ip // Aggrassive os detection • Banner Grabbing nmap -sV ip nmap -A ip • Print host Interface and Routesnamp -iflist • Storing outputnmap [options] -oN|-oX|-oS|-oG filename normal|xml|script|grepable