interpolation fix on secret
parent
ceb49a51a6
commit
eab9b3bf5b
|
@ -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']),
|
||||
|
|
Loading…
Reference in New Issue