File http-date
Script types:
portrule
Categories:
discovery, safe
Download: http://nmap.org/svn/scripts/http-date.nse
User Summary
Gets the date from HTTP-like services. Also prints how much the date differs from local time. Local time is the time the HTTP request was sent, so the difference includes at least the duration of one RTT.
Script Arguments
smbdomain, smbhash, smbnoguest, smbpassword, smbtype, smbusername
See the documentation for the smbauth library.http.max-cache-size, http.max-pipeline, http.pipeline, http.useragent
See the documentation for the http library.Example Usage
nmap -sV --script=http-date <target>
Script Output
80/tcp open http |_http-date: Thu, 02 Aug 2012 22:11:03 GMT; 0s from local time. 80/tcp open http |_http-date: Thu, 02 Aug 2012 22:07:12 GMT; -3m51s from local time.
Requires
Author: David Fifield
License: Same as Nmap--See http://nmap.org/book/man-legal.html


