File http-open-proxy
Download: 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 -sV -sC <target>
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 succesfully tested: GET HEAD CONNECT
Requires
Categories: default discovery external intrusive
Author: Arturo 'Buanzo' Busleiman
License: Same as Nmap--See http://nmap.org/book/man-legal.html




