From bbe10b439fde77f7c32371e5506acb84e8716758 Mon Sep 17 00:00:00 2001 From: James Lee Date: Sat, 16 Jan 2010 01:00:01 +0000 Subject: [PATCH] let the user know when a client connects git-svn-id: file:///home/svn/framework3/trunk@8140 4d416f70-5f16-0410-b530-b9f4589650da --- modules/exploits/windows/browser/ie_aurora.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/exploits/windows/browser/ie_aurora.rb b/modules/exploits/windows/browser/ie_aurora.rb index b435297dd5..a7331c8a75 100644 --- a/modules/exploits/windows/browser/ie_aurora.rb +++ b/modules/exploits/windows/browser/ie_aurora.rb @@ -157,6 +157,7 @@ class Metasploit3 < Msf::Exploit::Remote | + print_status("Sending #{self.name} to client #{cli.peerhost}") # Transmit the compressed response to the client send_response(cli, html, { 'Content-Type' => 'text/html', 'Pragma' => 'no-cache' })