Skip to content

Commit 0b49f7f

Browse files
committed
Resume scan supports XML logs since 7.40.
1 parent 0066c8e commit 0b49f7f

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/refguide.xml

+5-7
Original file line numberDiff line numberDiff line change
@@ -4081,20 +4081,18 @@ hosts with at least one
40814081
reboot, or Nmap itself could crash. The administrator running Nmap
40824082
could cancel it for any other reason as well, by pressing
40834083
<keycap>ctrl-C</keycap>. Restarting the whole scan from the
4084-
beginning may be undesirable. Fortunately, if normal
4085-
(<option>-oN</option>) or grepable (<option>-oG</option>)
4086-
logs were kept, the user can ask Nmap to resume scanning
4084+
beginning may be undesirable. Fortunately, if scan output
4085+
files were kept, the user can ask Nmap to resume scanning
40874086
with the target it was working on when execution ceased.
40884087
Simply specify the <option>--resume</option> option and pass
4089-
the normal/grepable output file as its argument. No other
4088+
the output file as its argument. No other
40904089
arguments are permitted, as Nmap parses the output file to
40914090
use the same ones specified previously. Simply call Nmap as
40924091
<command>nmap --resume
40934092
<replaceable>logfilename</replaceable></command>. Nmap will
40944093
append new results to the data files specified in the
4095-
previous execution. Resumption does not support the XML
4096-
output format because combining the two runs into one valid
4097-
XML file would be difficult.</para>
4094+
previous execution. Scans can be resumed from any of the 3 major
4095+
output formats: Normal, Grepable, or XML</para>
40984096
</listitem>
40994097
</varlistentry>
41004098

0 commit comments

Comments
 (0)