![]() |
|
nmap help ip range scan - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Computers (https://sinister.li/Forum-Computers) +--- Forum: Operating Systems (https://sinister.li/Forum-Operating-Systems) +--- Thread: nmap help ip range scan (/Thread-nmap-help-ip-range-scan) |
nmap help ip range scan - 1234hotmaster - 07-06-2011 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?
RE: nmap help ip range scan - Enc0de - 07-06-2011 (07-06-2011, 10:46 AM)1234hotmaster Wrote: ok... i have an ip. like Like this HotMaster Code: nmap 192.168.1.1-255RE: nmap help ip range scan - .LiT - 07-06-2011 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/24That would scan the entire subnet. RE: nmap help ip range scan - 1234hotmaster - 07-07-2011 thanks both i already knew the /24 and for scanning the 255.255.x.255 there is a /16 |