interpolation fix on secret

bug/bundler_fix
h00die 2015-08-01 14:39:12 -04:00
parent ceb49a51a6
commit eab9b3bf5b
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class Metasploit4 < Msf::Exploit::Remote
)
if res && res.body && res.body.to_s =~ /SECRET = "([a-zA-Z0-9]{20})";/
secret = $1
vprint_status('Secret Code: #{secret}')
vprint_status("Secret Code: #{secret}")
send_request_cgi(
'method' => 'GET',
'uri' => normalize_uri(datastore['TARGETURI']),