mirror of
https://github.com/nmap/nmap.git
synced 2025-12-17 21:19:01 +00:00
trivial fix
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
.\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
|
.\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
|
||||||
.\" Instead of manually editing it, you probably should edit the DocBook XML
|
.\" 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.
|
.\" 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
|
.\" disable hyphenation
|
||||||
.nh
|
.nh
|
||||||
.\" disable justification (adjust text to left margin only)
|
.\" 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}
|
Usage: nmap [Scan Type(s)] [Options] {target specification}
|
||||||
TARGET SPECIFICATION:
|
TARGET SPECIFICATION:
|
||||||
Can pass hostnames, IP addresses, networks, etc.
|
Can pass hostnames, IP addresses, networks, etc.
|
||||||
@@ -30,8 +30,9 @@ PORT SPECIFICATION AND SCAN ORDER:
|
|||||||
-r: Scan ports consecutively - don't randomize
|
-r: Scan ports consecutively - don't randomize
|
||||||
SERVICE/VERSION DETECTION:
|
SERVICE/VERSION DETECTION:
|
||||||
-sV: Probe open ports to determine service/version info
|
-sV: Probe open ports to determine service/version info
|
||||||
--version_light: Limit to most likely probes for faster identification
|
--version_intensity <level>: Set from 0 (light) to 9 (try all probes)
|
||||||
--version_all: Try every single probe for version detection
|
--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)
|
--version_trace: Show detailed version scan activity (for debugging)
|
||||||
OS DETECTION:
|
OS DETECTION:
|
||||||
-O: Enable OS detection
|
-O: Enable OS detection
|
||||||
|
|||||||
2
tty.cc
2
tty.cc
@@ -96,7 +96,9 @@
|
|||||||
* *
|
* *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
|
#ifndef WIN32
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#if HAVE_SYS_STAT_H
|
#if HAVE_SYS_STAT_H
|
||||||
|
|||||||
Reference in New Issue
Block a user