1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-07 06:31:33 +01:00
GTFOBins.github.io/_gtfobins/unshare
2026-01-08 21:44:09 +01:00

13 lines
167 B
Plaintext

---
functions:
shell:
- code: |-
unshare /bin/sh
contexts:
sudo:
suid:
code: |-
unshare -r /bin/sh
unprivileged:
...