mirror of
				https://github.com/GTFOBins/GTFOBins.github.io
				synced 2025-11-03 18:28:43 +01:00 
			
		
		
		
	Fix description long lines
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user