We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b9be9 commit f894b9aCopy full SHA for f894b9a
modules/auxiliary/scanner/http/open_proxy.rb
@@ -17,8 +17,8 @@ def initialize(info = {})
17
'Name' => 'HTTP Open Proxy Detection',
18
'Description' => %q{
19
Checks if an HTTP proxy is open. False positive are avoided
20
- verifing the HTTP return code and matching a pattern.
21
- For the CONNECT method is verified only the return code.
+ verifying the HTTP return code and matching a pattern.
+ The CONNECT method is verified only the return code.
22
HTTP headers are shown regarding the use of proxy or load balancer.
23
},
24
'References' =>
0 commit comments