Do not spew HTML to the screen

git-svn-id: file:///home/svn/framework3/trunk@9829 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2010-07-14 18:23:47 +00:00
parent bb67f56ee8
commit fb57dde60c
1 changed files with 2 additions and 3 deletions

View File

@ -107,9 +107,8 @@ class Metasploit3 < Msf::Exploit::Remote
return
end
print_status("Unknown response, displaying raw HTML")
print_line(res.body)
print_status("Unknown response")
end
end