let the user know when a client connects

git-svn-id: file:///home/svn/framework3/trunk@8140 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
James Lee 2010-01-16 01:00:01 +00:00
parent 6c572466fa
commit bbe10b439f
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ class Metasploit3 < Msf::Exploit::Remote
</html> </html>
| |
print_status("Sending #{self.name} to client #{cli.peerhost}")
# Transmit the compressed response to the client # Transmit the compressed response to the client
send_response(cli, html, { 'Content-Type' => 'text/html', 'Pragma' => 'no-cache' }) send_response(cli, html, { 'Content-Type' => 'text/html', 'Pragma' => 'no-cache' })