mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Update and proofread ndiff.xml.
This commit is contained in:
parent
e131a1e86a
commit
886ef4fa88
1 changed files with 4 additions and 4 deletions
|
|
@ -124,8 +124,8 @@
|
|||
# nmap -F scanme.nmap.org -oX scanme-1.xml
|
||||
# nmap --script=html-title scanme.nmap.org -oX scanme-2.xml
|
||||
$ ndiff -v scanme-1.xml scanme-2.xml
|
||||
-Nmap 4.90RC2 at 2009-07-16 13:29
|
||||
+Nmap 4.90RC2 at 2009-07-16 13:33
|
||||
-Nmap 5.35DC1 at 2010-07-16 12:09
|
||||
+Nmap 5.35DC1 at 2010-07-16 12:13
|
||||
|
||||
scanme.nmap.org (64.13.134.52):
|
||||
Host is up.
|
||||
|
|
@ -147,7 +147,7 @@ $ ndiff -v scanme-1.xml scanme-2.xml
|
|||
at the beginning of a line. We can see from the output that the scan
|
||||
without the <option>-F</option> fast scan option found two
|
||||
additional ports: 70 and 31337. The
|
||||
<filename>html-title.nse</filename> script produced some additional
|
||||
<filename>html-title</filename> script produced some additional
|
||||
output for port 80. From the port counts, we may infer that the fast
|
||||
scan scanned 100 ports (95 filtered, 3 open, and 2 closed), while
|
||||
the normal scan scanned 1000 (993 filtered, 3 open, and 4 closed).
|
||||
|
|
@ -165,7 +165,7 @@ $ ndiff -v scanme-1.xml scanme-2.xml
|
|||
|
||||
<para>
|
||||
There are two output modes: text and XML. Text output is the
|
||||
default, and is also selected with the <option>--text</option>
|
||||
default, and can also be selected with the <option>--text</option>
|
||||
option. Text output resembles a unified diff of Nmap's normal
|
||||
terminal output. Each line is preceded by a character indicating
|
||||
whether and how it changed. <literal>-</literal> means that the line
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue