1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-19 02:11:39 +02:00
GTFOBins.github.io/_gtfobins/ghci.md

12 lines
181 B
Markdown
Raw Normal View History

2020-10-22 18:28:46 +02:00
---
functions:
shell:
- code: |
ghci
2020-10-24 12:43:55 +02:00
System.Process.callCommand "/bin/sh"
2020-10-22 18:28:46 +02:00
sudo:
- code: |
sudo ghci
2020-10-24 12:43:55 +02:00
System.Process.callCommand "/bin/sh"
2020-10-22 18:28:46 +02:00
---