Results 1 to 4 of 4
Well, i've read lots of manuals, but I still don't understand how does nmap work.
I would like to scan a specific range of IPs, for open UDP and TCP ...
- 07-27-2009 #1Just Joined!
- Join Date
- Feb 2009
- Location
- Madrid, Spain.
- Posts
- 9
nmap: IP ranges
Well, i've read lots of manuals, but I still don't understand how does nmap work.
I would like to scan a specific range of IPs, for open UDP and TCP ports, let's say:
From 2.249.250.200 to 3.2.1.2 (random IPs)
At the same time, i would like to print the results to a file called "bin"
I know I can scan from 0.0.0.0 to 0.0.0.255 (for example) typing "0.0.0.*" but what about a specific range of IPs like that?
Also, how do I scan single IPs? I think it's "IP1;IP2;IP3;...", but i'm not sure
Thank you!
- 08-03-2009 #2Just Joined!
- Join Date
- Feb 2009
- Posts
- 23
Unsure of a way of doing 2.249.250.200 to 3.2.1.2 - that's an extremely odd range to be looking at. What is the address range you actually want?
subnet masking is one approach- ie
nmap 1.1.1.1/24
will give you 1.1.1.1 though to 1.1.1.255
- 08-03-2009 #3Just Joined!
- Join Date
- Feb 2009
- Location
- Madrid, Spain.
- Posts
- 9
- 08-03-2009 #4Just Joined!
- Join Date
- Feb 2009
- Posts
- 23
do a search on google for a subnet calc if you are not used to calculating the range.


Reply With Quote

