mirror of
https://github.com/nmap/nmap.git
synced 2026-08-31 06:56:38 +00:00
o Nmap now reports scan start and end times for individual hosts
within a larger scan. The information is added to the XML host element like so: [host starttime="1198292349" endtime="1198292370"] (but of couse with angle brackets rather than square ones). It is also printed in normal output if -d or "-v -v" are specified. [Brandon, Kris, Fyodor]
This commit is contained in:
parent
ce83ee9a43
commit
e843583ef3
6 changed files with 36 additions and 1 deletions
|
|
@ -135,6 +135,10 @@
|
|||
smurf | ports | os | distance | uptime |
|
||||
tcpsequence | ipidsequence | tcptssequence |
|
||||
hostscript | trace)*, times ) >
|
||||
<!ATTLIST host
|
||||
starttime %attr_numeric; #IMPLIED
|
||||
endtime %attr_numeric; #IMPLIED
|
||||
>
|
||||
|
||||
<!-- these elements are written by output.c:write_xml_initial_hostinfo() -->
|
||||
<!ELEMENT status EMPTY >
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue