HOME>>>>>>>>>

File http-open-proxy

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

User Summary

Checks if an HTTP proxy is open.

The script attempts to connect to www.google.com through the proxy and checks for a valid HTTP response code. Valid HTTP response codes are 200, 301, and 302. If the target is an open proxy, this script causes the target to retrieve a web page from www.google.com.

Script Arguments

proxy.url

Url that will be requested to the proxy

proxy.pattern

Pattern that will be searched inside the request results

Example Usage

执行格式

nmap --script http-open-proxy.nse \
     --script-args proxy.url=<url>,proxy.pattern=<pattern>

Script Output

Interesting ports on scanme.nmap.org (64.13.134.52):
PORT     STATE SERVICE
8080/tcp open  http-proxy
|  proxy-open-http: Potentially OPEN proxy.
|_ Methods successfully tested: GET HEAD CONNECT

Requires


Author: Arturo 'Buanzo' Busleiman

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