mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-12 11:52:01 +01:00
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:
parent
6c572466fa
commit
bbe10b439f
@ -157,6 +157,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||
</html>
|
||||
|
|
||||
|
||||
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' })
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user