diff --git a/exploiting/linux-exploiting-basic-esp/ret2lib.md b/exploiting/linux-exploiting-basic-esp/ret2lib.md index c1af45ce..64b26cdc 100644 --- a/exploiting/linux-exploiting-basic-esp/ret2lib.md +++ b/exploiting/linux-exploiting-basic-esp/ret2lib.md @@ -38,7 +38,7 @@ Here you can find **exactly where is the libc loaded** inside the process and ** In this case it is loaded in **0xb75dc000** \(This will be the base address of libc\) -### Using dgp-peda +### Using gdb-peda Get address of **system** function, of **exit** function and of the string **"/bin/sh"** using gdb-peda: