GTFOBins.github.io/_gtfobins/ghci.md
2020-10-24 12:46:42 +02:00

12 lines
181 B
Markdown

---
functions:
shell:
- code: |
ghci
System.Process.callCommand "/bin/sh"
sudo:
- code: |
sudo ghci
System.Process.callCommand "/bin/sh"
---