From 5e0da38a4a1f25ffccec91f4639bb1dc5ebdd57b Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Tue, 29 May 2018 19:46:12 +0200 Subject: [PATCH] Improve gdb link text --- _gtfobins/gdb.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_gtfobins/gdb.md b/_gtfobins/gdb.md index 544091f..d8f60b9 100644 --- a/_gtfobins/gdb.md +++ b/_gtfobins/gdb.md @@ -3,8 +3,8 @@ 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/). + See the entries of Python [version 2](/gtfobins/python2/) and + [version 3](/gtfobins/python3/). functions: execute-interactive: - code: gdb -nx -ex '!sh' -ex quit