mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-25 14:10:41 +00:00
GitBook: [master] one page modified
This commit is contained in:
parent
2e2b279542
commit
a189ed4eda
1 changed files with 2 additions and 0 deletions
|
@ -77,7 +77,9 @@ apt-get install gdb
|
|||
|
||||
```bash
|
||||
checksec #Check protections
|
||||
p system #Find system function address
|
||||
search-pattern "/bin/sh" #Search in the process memory
|
||||
vmmap #Get memory mappings
|
||||
|
||||
#Shellcode
|
||||
shellcode search x86 #Search shellcodes
|
||||
|
|
Loading…
Reference in a new issue