HOME>>>>>>>>>

File http-trace

脚本使用类型: portrule
脚本所属分类: vuln, discovery, safe
脚本下载地址: http://nmap.org/svn/scripts/http-trace.nse

User Summary

Sends an HTTP TRACE request and shows if the method TRACE is enabled. If debug is enabled, it returns the header fields that were modified in the response.

Script Arguments

http-trace.path

Path to URI

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 --script http-trace -d <ip>

Script Output

80/tcp open  http    syn-ack
| http-trace: TRACE is enabled
| Headers:
| Date: Tue, 14 Jun 2011 04:41:28 GMT
| Server: Apache
| Connection: close
| Transfer-Encoding: chunked
|_Content-Type: message/http

Requires


Author: Paulino Calderon

License: VER007 整理 http://www.ver007.com