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:
fyodor 2008-05-09 05:21:44 +00:00
parent ce83ee9a43
commit e843583ef3
6 changed files with 36 additions and 1 deletions

View file

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