25 lines
1.4 KiB
Diff
25 lines
1.4 KiB
Diff
diff -up nmap-4.52/docs/nmap.1.noms nmap-4.52/docs/nmap.1
|
|
--- nmap-4.52/docs/nmap.1.noms 2008-01-07 12:51:51.000000000 +0100
|
|
+++ nmap-4.52/docs/nmap.1 2008-01-07 12:52:11.000000000 +0100
|
|
@@ -106,7 +106,7 @@ Nmap 4\.52 ( http://insecure\.org )
|
|
Usage: nmap [Scan Type(s)] [Options] {target specification}
|
|
TARGET SPECIFICATION:
|
|
Can pass hostnames, IP addresses, networks, etc\.
|
|
- Ex: scanme\.nmap\.org, microsoft\.com/24, 192\.168\.0\.1; 10\.0\.0\-255\.1\-254
|
|
+ Ex: scanme\.nmap\.org, 192\.168\.0\.1; 10\.0\.0\-255\.1\-254
|
|
\-iL <inputfilename>: Input from list of hosts/networks
|
|
\-iR <num hosts>: Choose random targets
|
|
\-\-exclude <host1[,host2][,host3],\.\.\.>: Exclude hosts/networks
|
|
diff -up nmap-4.52/docs/nmap.usage.txt.noms nmap-4.52/docs/nmap.usage.txt
|
|
--- nmap-4.52/docs/nmap.usage.txt.noms 2008-01-07 12:41:32.000000000 +0100
|
|
+++ nmap-4.52/docs/nmap.usage.txt 2008-01-07 12:42:15.000000000 +0100
|
|
@@ -2,7 +2,7 @@ Nmap 4.52 ( http://insecure.org )
|
|
Usage: nmap [Scan Type(s)] [Options] {target specification}
|
|
TARGET SPECIFICATION:
|
|
Can pass hostnames, IP addresses, networks, etc.
|
|
- Ex: scanme.nmap.org, microsoft.com/24, 192.168.0.1; 10.0.0-255.1-254
|
|
+ Ex: scanme.nmap.org, 192.168.0.1; 10.0.0-255.1-254
|
|
-iL <inputfilename>: Input from list of hosts/networks
|
|
-iR <num hosts>: Choose random targets
|
|
--exclude <host1[,host2][,host3],...>: Exclude hosts/networks
|