From 0ec8e7d99d00666a25a9a5e8ba875e3e39fed82d Mon Sep 17 00:00:00 2001 From: Emilio Pinna Date: Tue, 25 Sep 2018 22:02:25 +0100 Subject: [PATCH] Fix gdb description --- _gtfobins/gdb.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/_gtfobins/gdb.md b/_gtfobins/gdb.md index 34b1364..6815d6f 100644 --- a/_gtfobins/gdb.md +++ b/_gtfobins/gdb.md @@ -1,8 +1,6 @@ --- description: | - GDB may come with embedded Python support, in that case arbitrary code can be executed with the `python` command in the context of the GDB process. - - See the entries of Python [version 2](/gtfobins/python2/) and [version 3](/gtfobins/python3/). + GDB may come with embedded Python support, in that case arbitrary code can be executed with the `python` command in the context of the GDB process. See the [Python](/gtfobins/python/) functions. functions: execute-interactive: - code: gdb -nx -ex '!sh' -ex quit