Missed one.

unstable
James Lee 2012-04-11 00:30:18 -06:00
parent d0eb383655
commit b077efb7f0
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ class Metasploit3 < Msf::Exploit::Remote
#Clear the extra tabs
content = content.gsub(/^\t\t/, '')
print_status("#{cli.peerhost.ljust(16)} #{self.shortname} Sending exploit HTML")
print_status("Sending exploit HTML")
send_response_html(cli, content)
handler(cli)