Skip to content

Instantly share code, notes, and snippets.

@fgsahoward
Created June 11, 2018 15:24
Show Gist options
  • Save fgsahoward/8e9c016c738212c9737cafb3a5d8565a to your computer and use it in GitHub Desktop.
Save fgsahoward/8e9c016c738212c9737cafb3a5d8565a to your computer and use it in GitHub Desktop.
[howard@sterling bin]$ ps aux | grep shell3
howard 2799 0.0 0.8 74464 25656 pts/2 S+ 09:10 0:00 gdb -q bin/shell3_64
howard 2801 0.0 0.0 160 16 pts/2 t 09:10 0:00 /home/howard/repos/bof/shellcodes/bin/shell3_64
howard 2806 0.0 0.0 11052 2168 pts/1 S+ 09:12 0:00 grep shell3
[howard@sterling bin]$ cat /proc/2801/maps
00400000-00401000 r-xp 00000000 08:02 1443291 /home/howard/repos/bof/shellcodes/bin/shell3_64
7ffff7ffa000-7ffff7ffd000 r--p 00000000 00:00 0 [vvar]
7ffff7ffd000-7ffff7fff000 r-xp 00000000 00:00 0 [vdso]
7ffffffde000-7ffffffff000 rwxp 00000000 00:00 0 [stack]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment