Skip to content

Commit a233811

Browse files
committed
Land rapid7#4878, squid_pivot_scanning interpolation fix
2 parents b9a30d6 + 2f4df39 commit a233811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/squid_pivot_scanning.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def run_host(target_host)
6565
manual = false
6666
#request a non-existent page first to make sure the server doesn't respond with a 200 to everything.
6767
res_test = send_request_cgi({
68-
'uri' => "http://{datastore['CANARY_IP']}:80",
68+
'uri' => "http://#{datastore['CANARY_IP']}:80",
6969
'method' => 'GET',
7070
'data' => '',
7171
'version' => '1.0',

0 commit comments

Comments
 (0)