1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00

trivial fix

This commit is contained in:
fyodor
2006-01-12 11:21:01 +00:00
parent 0f9cd6f73d
commit ee6dbf8877
3 changed files with 7 additions and 4 deletions

View File

@@ -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)

View File

@@ -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
View File

@@ -96,7 +96,9 @@
* *
***************************************************************************/
#ifndef WIN32
#include "config.h"
#endif
#include <sys/types.h>
#if HAVE_SYS_STAT_H