HOME>>>>>>>>>

File http-date

脚本使用类型: portrule
脚本所属分类: discovery, safe
脚本下载地址: 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: VER007 整理 http://www.ver007.com