Changeset 5559
- Timestamp:
- 07/19/08 00:04:33 (1 month ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
framework3/trunk/modules/exploits/multi/browser/mozilla_compareto.rb
r5214 r5559 48 48 'Targets' => 49 49 [ 50 [ 'Firefox < 1. 0.5 Windows',50 [ 'Firefox < 1.5.0.5 Windows', 51 51 { 52 52 'Platform' => 'win', … … 67 67 return if ((p = regenerate_payload(cli)) == nil) 68 68 69 print_status("Sending exploitto #{cli.peerhost}:#{cli.peerport}...")69 print_status("Sending #{self.name} to #{cli.peerhost}:#{cli.peerport}...") 70 70 send_response_html(cli, generate_html(p), { 'Content-Type' => 'text/html' }) 71 71
