Do not spew HTML to the screen
git-svn-id: file:///home/svn/framework3/trunk@9829 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
bb67f56ee8
commit
fb57dde60c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue