This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced
2026-01-26 01:48:03 +01:00
Code
Issues
41e62d689a
GTFOBins.github.io
/
_gtfobins
/
gdb.md
Andrea Cardaci
41e62d689a
Add gdb file-write
2018-05-28 21:29:34 +02:00
255 B
Raw
Blame
History
functions
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