Changeset 5559

Show
Ignore:
Timestamp:
07/19/08 00:04:33 (1 month ago)
Author:
egypt
Message:

typo fix -- really works on <1.5.0.5, not <1.0.5

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • framework3/trunk/modules/exploits/multi/browser/mozilla_compareto.rb

    r5214 r5559  
    4848                        'Targets'        => 
    4949                                [ 
    50                                         [ 'Firefox < 1.0.5 Windows',  
     50                                        [ 'Firefox < 1.5.0.5 Windows',  
    5151                                                { 
    5252                                                        'Platform' => 'win', 
     
    6767                return if ((p = regenerate_payload(cli)) == nil) 
    6868 
    69                 print_status("Sending exploit to #{cli.peerhost}:#{cli.peerport}...") 
     69                print_status("Sending #{self.name} to #{cli.peerhost}:#{cli.peerport}...") 
    7070                send_response_html(cli, generate_html(p), { 'Content-Type' => 'text/html' }) 
    7171