Skip to content

Commit f894b9a

Browse files
committed
Fix typo
1 parent c9b9be9 commit f894b9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/scanner/http/open_proxy.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ def initialize(info = {})
1717
'Name' => 'HTTP Open Proxy Detection',
1818
'Description' => %q{
1919
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.
20+
verifying the HTTP return code and matching a pattern.
21+
The CONNECT method is verified only the return code.
2222
HTTP headers are shown regarding the use of proxy or load balancer.
2323
},
2424
'References' =>

0 commit comments

Comments
 (0)