From b077efb7f0dc736512e97b9abe5ce275c48e5775 Mon Sep 17 00:00:00 2001 From: James Lee Date: Wed, 11 Apr 2012 00:30:18 -0600 Subject: [PATCH] Missed one. --- .../exploits/windows/browser/blackice_downloadimagefileurl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exploits/windows/browser/blackice_downloadimagefileurl.rb b/modules/exploits/windows/browser/blackice_downloadimagefileurl.rb index e4db2b07c7..b5db06f6ef 100644 --- a/modules/exploits/windows/browser/blackice_downloadimagefileurl.rb +++ b/modules/exploits/windows/browser/blackice_downloadimagefileurl.rb @@ -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)