From 14ea39d22f3494b17d8ed405af49b8079bfbe9ca Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Thu, 6 Sep 2018 19:18:22 +0200 Subject: [PATCH] Fix description long lines --- _gtfobins/busybox.md | 3 +-- _gtfobins/gdb.md | 6 ++---- _gtfobins/ld.so.md | 3 +-- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/_gtfobins/busybox.md b/_gtfobins/busybox.md index 57ef0b9..c6aab47 100644 --- a/_gtfobins/busybox.md +++ b/_gtfobins/busybox.md @@ -1,6 +1,5 @@ --- -description: BusyBox may contain many UNIX utilities, run `busybox --list-full` to check - what GTFBins binaries are supported. Here some example. +description: BusyBox may contain many UNIX utilities, run `busybox --list-full` to check what GTFBins binaries are supported. Here some example. functions: execute-interactive: - code: busybox sh diff --git a/_gtfobins/gdb.md b/_gtfobins/gdb.md index f864555..984d42e 100644 --- a/_gtfobins/gdb.md +++ b/_gtfobins/gdb.md @@ -1,10 +1,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. + 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 diff --git a/_gtfobins/ld.so.md b/_gtfobins/ld.so.md index 2a5cfcb..b57e5b9 100644 --- a/_gtfobins/ld.so.md +++ b/_gtfobins/ld.so.md @@ -1,7 +1,6 @@ --- description: | - `ld.so` is the Linux dynamic linker/loader, its filename and location might - change across distributions. The proper path is can be obtained with: + `ld.so` is the Linux dynamic linker/loader, its filename and location might change across distributions. The proper path is can be obtained with: ``` $ strings /proc/self/exe | head -1