Login Register






nmap help ip range scan filter_list
Author
Message
nmap help ip range scan #1
ok... i have an ip. like

233.233.233.X

and i want to try 0 to 255 instead of X automatically...

anyone know how to scan ip ranges in nmap? Biggrin
Pierce the life fibers with your drill.

Reply

RE: nmap help ip range scan #2
(07-06-2011, 10:46 AM)1234hotmaster Wrote: ok... i have an ip. like

233.233.233.X

and i want to try 0 to 255 instead of X automatically...

anyone know how to scan ip ranges in nmap? Biggrin

Like this HotMaster

Code:
nmap 192.168.1.1-255

Reply

RE: nmap help ip range scan #3
Yeah like enc0de said. Also if you know the subnet of the network you are scanning you could do this:

Say the subnet is 255.255.255.0 which is /24

Code:
nmap 192.168.1.0/24

That would scan the entire subnet.
[Image: DOOM_banner.jpg]
A closed mouth says nothing wrong, A closed mind does nothing right.

Reply

RE: nmap help ip range scan #4
thanks both i already knew the /24 and for scanning the 255.255.x.255 there is a /16
Pierce the life fibers with your drill.

Reply