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.
2 parents b9a30d6 + 2f4df39 commit a233811Copy full SHA for a233811
modules/auxiliary/scanner/http/squid_pivot_scanning.rb
@@ -65,7 +65,7 @@ def run_host(target_host)
65
manual = false
66
#request a non-existent page first to make sure the server doesn't respond with a 200 to everything.
67
res_test = send_request_cgi({
68
- 'uri' => "http://{datastore['CANARY_IP']}:80",
+ 'uri' => "http://#{datastore['CANARY_IP']}:80",
69
'method' => 'GET',
70
'data' => '',
71
'version' => '1.0',
0 commit comments