Scanning Networks
Welcome to the Scanning Networks module. This note will guide you thru all the methodologies that I used while preparing for the CEH (Practical) exam.
Host Discovery
Netdiscover
netdiscover -i (network interface name) (example: eth0 or tun0)
netdiscover -i eth0
netdiscover -r 10.10.10.0/24Nmap
nmap -sn 10.10.1.1-254 -vv -oA nmapHostsOutput
• -sn -> Disable Port scanning
• -vv -> verbose mode
• -0A -> output the results in 3 types of format(nmap, gnmap, xml)Nmap
Introduction to Nmap
Basic command
Cheatsheet for nmap
Switches in nmap which you might need to know
Switch
Description
Port specific NSE scripts
Bypassing Firewall
Switch
Example
Description
Zenmap
Angry IP Scanner

MegaPing
Hping3
Operating System Discovery
Operating System (OS)
Time To Live
TCP Window Size

Nmap Script
Metasploit
Init the Metasploit Framework and check the status of database
Scanning using Nmap inside Metasploit
Last updated

