Dont dump an HTML document to the console
parent
a1826146ef
commit
4932a9ca25
|
@ -95,7 +95,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'headers' => { 'Code' => p }
|
||||
})
|
||||
|
||||
vprint_status(response.body)
|
||||
vprint_status("Server replied with #{response ? response.code : "nothing"}")
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue