mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2024-11-08 07:49:17 +01:00
Fix description long lines
This commit is contained in:
parent
d180391d7e
commit
14ea39d22f
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user