Fix description long lines

This commit is contained in:
Andrea Cardaci 2018-09-06 19:18:22 +02:00
parent d180391d7e
commit 14ea39d22f
3 changed files with 4 additions and 8 deletions

View File

@ -1,6 +1,5 @@
--- ---
description: BusyBox may contain many UNIX utilities, run `busybox --list-full` to check description: BusyBox may contain many UNIX utilities, run `busybox --list-full` to check what GTFBins binaries are supported. Here some example.
what GTFBins binaries are supported. Here some example.
functions: functions:
execute-interactive: execute-interactive:
- code: busybox sh - code: busybox sh

View File

@ -1,10 +1,8 @@
--- ---
description: | description: |
GDB may come with embedded Python support, in that case arbitrary code can be 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.
executed with the `python` command in the context of the GDB process.
See the entries of Python [version 2](/gtfobins/python2/) and See the entries of Python [version 2](/gtfobins/python2/) and [version 3](/gtfobins/python3/).
[version 3](/gtfobins/python3/).
functions: functions:
execute-interactive: execute-interactive:
- code: gdb -nx -ex '!sh' -ex quit - code: gdb -nx -ex '!sh' -ex quit

View File

@ -1,7 +1,6 @@
--- ---
description: | description: |
`ld.so` is the Linux dynamic linker/loader, its filename and location might `ld.so` is the Linux dynamic linker/loader, its filename and location might change across distributions. The proper path is can be obtained with:
change across distributions. The proper path is can be obtained with:
``` ```
$ strings /proc/self/exe | head -1 $ strings /proc/self/exe | head -1