Dont dump an HTML document to the console

unstable
HD Moore 2012-02-21 23:45:25 -06:00
parent a1826146ef
commit 4932a9ca25
1 changed files with 1 additions and 1 deletions

View File

@ -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