mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
trivial fix
This commit is contained in:
parent
0f9cd6f73d
commit
ee6dbf8877
3 changed files with 7 additions and 4 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" "01/09/2006" "" "Nmap Reference Guide"
|
||||
.TH "NMAP" "1" "01/12/2006" "" "Nmap Reference Guide"
|
||||
.\" disable hyphenation
|
||||
.nh
|
||||
.\" disable justification (adjust text to left margin only)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Nmap 3.96BETA3 ( http://www.insecure.org/nmap/ )
|
||||
Nmap 3.97Shmoo ( http://www.insecure.org/nmap/ )
|
||||
Usage: nmap [Scan Type(s)] [Options] {target specification}
|
||||
TARGET SPECIFICATION:
|
||||
Can pass hostnames, IP addresses, networks, etc.
|
||||
|
|
@ -30,8 +30,9 @@ PORT SPECIFICATION AND SCAN ORDER:
|
|||
-r: Scan ports consecutively - don't randomize
|
||||
SERVICE/VERSION DETECTION:
|
||||
-sV: Probe open ports to determine service/version info
|
||||
--version_light: Limit to most likely probes for faster identification
|
||||
--version_all: Try every single probe for version detection
|
||||
--version_intensity <level>: Set from 0 (light) to 9 (try all probes)
|
||||
--version_light: Limit to most likely probes (intensity 2)
|
||||
--version_all: Try every single probe (intensity 9)
|
||||
--version_trace: Show detailed version scan activity (for debugging)
|
||||
OS DETECTION:
|
||||
-O: Enable OS detection
|
||||
|
|
|
|||
2
tty.cc
2
tty.cc
|
|
@ -96,7 +96,9 @@
|
|||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef WIN32
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
#if HAVE_SYS_STAT_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue