Changeset 5551
- Timestamp:
- 07/12/08 20:36:27 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
framework3/trunk/modules/exploits/windows/browser/apple_quicktime_rtsp.rb
r5546 r5551 72 72 73 73 # Handle the payload 74 handler(cli )74 handler(client) 75 75 end 76 76 framework3/trunk/modules/exploits/windows/browser/ms06_055_vml_method.rb
r5496 r5551 125 125 content = Rex::Text.randomize_space(content) 126 126 127 print_status("Sending exploitto #{cli.peerhost}:#{cli.peerport}...")127 print_status("Sending #{self.name} to #{cli.peerhost}:#{cli.peerport}...") 128 128 129 129 # Transmit the response to the client framework3/trunk/modules/exploits/windows/browser/novelliprint_getdriversettings.rb
r5546 r5551 107 107 content = Rex::Text.randomize_space(content) 108 108 109 print_status("Sending #{self.name} to #{cli.peerhost}:#{cli.peerport}...")109 print_status("Sending #{self.name} to #{cli.peerhost}:#{cli.peerport}...") 110 110 111 111 # Transmit the response to the client
