Nmap Development mailing list archives

nmap XML output - host latency


From: Andrew Smith <eurodrew555 () yahoo com au>
Date: Fri, 30 Oct 2009 14:25:53 +0800

Hi there,

I notice that nmap's standard output provides the latency for each host:

Nmap scan report for 192.168.2.1
Host is up, received arp-response (0.0057s latency).
MAC Address: 00:1C:DF:E3:9F:03 (Belkin International)

However the XML output does not provide the host latency:

<host><status state="up" reason="arp-response">
<address addr="192.168.2.1" addrtype="ipv4">
<address addr="00:1C:DF:E3:9F:03" addrtype="mac" vendor="Belkin International"
<hostnames>
</hostnames>
</host>

I have tried increasing both the debug level and verbosity but the host latency isn't included in the output. I can always parse the output of the standard nmap output to get the latency, but would prefer to parse the XML.

Would it be possible to include this in the XML output?

e.g.

<host><status state="up" reason="arp-response" latency="0.0057s">

Regards,
Andrew
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/


Current thread: