From a189ed4eda76ebec285ae15eb8911a3dbd0a51d1 Mon Sep 17 00:00:00 2001 From: CPol Date: Fri, 24 Sep 2021 22:58:16 +0000 Subject: [PATCH] GitBook: [master] one page modified --- exploiting/tools/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exploiting/tools/README.md b/exploiting/tools/README.md index 40193c2c..ee99d65a 100644 --- a/exploiting/tools/README.md +++ b/exploiting/tools/README.md @@ -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