LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   NMap query.. (https://www.linuxquestions.org/questions/linux-networking-3/nmap-query-397808/)

b0nd 12-30-2005 03:03 AM

NMap query..
 
Hello all,
i'm not being able to defer the following nmap terminology...

Quote:

nmap scanme.nmap.org 192.168.0.0/8 10.0.0,1,3-7.0-255
ok, it will scan scanme.nmap.org for its all ports
for 192.168.0.0/8 it will scan 192.0-255.0-255.0-255 as the /8 is indicating

But not clear with the next one:
10.0.0,1,3-7.0-255

what i'm getting from it is...that it will scan
10.0.0.1
10.0.0.3
10.0.0.4
10.0.0.5
10.0.0.6
10.0.0.7
but what does that 0-255 is indicating ???

regards

jschiwal 12-30-2005 03:48 AM

There is a comma after the 3rd 0, and not a dot.

10.0.0.0-255
10.0.1.0-255
10.0.3.0-255
10.0.4.0-255
10.0.5.0-255
10.0.6.0-255
10.0.7.0-255

b0nd 12-30-2005 04:09 AM

Quote:

Originally Posted by jschiwal
There is a comma after the 3rd 0, and not a dot.

10.0.0.0-255
10.0.1.0-255
10.0.3.0-255
10.0.4.0-255
10.0.5.0-255
10.0.6.0-255
10.0.7.0-255

ok, ok....got.

thanx


All times are GMT -5. The time now is 01:37 PM.