mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
I think I'm done with pcap upgrade and doug's pcap selectable_fd patch
This commit is contained in:
parent
95d727ce3b
commit
3d9ccee8ff
12 changed files with 134 additions and 53 deletions
|
|
@ -2,7 +2,7 @@
|
|||
.\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
|
||||
.\" Instead of manually editing it, you probably should edit the DocBook XML
|
||||
.\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
|
||||
.TH "NMAP" "1" "08/07/2006" "" "Nmap Reference Guide"
|
||||
.TH "NMAP" "1" "08/16/2006" "" "Nmap Reference Guide"
|
||||
.\" disable hyphenation
|
||||
.nh
|
||||
.\" disable justification (adjust text to left margin only)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Nmap 4.20ALPHA4 ( http://www.insecure.org/nmap/ )
|
||||
Nmap 4.20ALPHA5 ( http://www.insecure.org/nmap/ )
|
||||
Usage: nmap [Scan Type(s)] [Options] {target specification}
|
||||
TARGET SPECIFICATION:
|
||||
Can pass hostnames, IP addresses, networks, etc.
|
||||
|
|
@ -18,6 +18,7 @@ HOST DISCOVERY:
|
|||
--system-dns: Use OS's DNS resolver
|
||||
SCAN TECHNIQUES:
|
||||
-sS/sT/sA/sW/sM: TCP SYN/Connect()/ACK/Window/Maimon scans
|
||||
-sU: UDP Scan
|
||||
-sN/sF/sX: TCP Null, FIN, and Xmas scans
|
||||
--scanflags <flags>: Customize TCP scan flags
|
||||
-sI <zombie host[:probeport]>: Idlescan
|
||||
|
|
@ -36,8 +37,8 @@ SERVICE/VERSION DETECTION:
|
|||
--version-trace: Show detailed version scan activity (for debugging)
|
||||
OS DETECTION:
|
||||
-O: Enable OS detection (try 2nd generation, then 1st if that fails)
|
||||
-O1: Only use the old (1st generation) OS detection system
|
||||
-O2: Only use the new OS detection system (no fallback)
|
||||
-O1: Only use the old (1st generation) OS detection system
|
||||
--osscan-limit: Limit OS detection to promising targets
|
||||
--osscan-guess: Guess OS more aggressively
|
||||
TIMING AND PERFORMANCE:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue