Rapid7 Vulnerability & Exploit Database

HTTP Open Proxy Detection

Back to Search

HTTP Open Proxy Detection

Created
05/30/2018

Description

Checks if an HTTP proxy is open. False positive are avoided verifying the HTTP return code and matching a pattern. The CONNECT method is verified only the return code. HTTP headers are shown regarding the use of proxy or load balancer.

Author(s)

  • Matteo Cantoni <goony@nothink.org>

Development

Module Options

To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':

msf > use auxiliary/scanner/http/open_proxy
msf auxiliary(open_proxy) > show actions
    ...actions...
msf auxiliary(open_proxy) > set ACTION < action-name >
msf auxiliary(open_proxy) > show options
    ...show and set options...
msf auxiliary(open_proxy) > run 

Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.

– Jim O’Gorman | President, Offensive Security

;