From 831ccfecc74ff6239aa9ad429504c5c1ee22c18f Mon Sep 17 00:00:00 2001 From: Miguel R Date: Thu, 28 Jul 2022 17:30:29 +0200 Subject: [PATCH] add cdist install: apt-get install -y cdist manual: https://manpages.ubuntu.com/manpages/bionic/man1/cdist.1.html --- _gtfobins/cdist.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 _gtfobins/cdist.md diff --git a/_gtfobins/cdist.md b/_gtfobins/cdist.md new file mode 100644 index 0000000..602d33d --- /dev/null +++ b/_gtfobins/cdist.md @@ -0,0 +1,7 @@ +--- +functions: + shell: + - code: cdist shell -s /bin/sh + sudo: + - code: sudo cdist shell -s /bin/sh +---