Missed one.
parent
d0eb383655
commit
b077efb7f0
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue