1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-11-08 07:49:17 +01:00

Add ghci binary

This commit is contained in:
Ryan Saridar 2020-10-22 17:28:46 +01:00 committed by Andrea Cardaci
parent 106dede9da
commit 373f57fc18

11
_gtfobins/ghci.md Normal file

@ -0,0 +1,11 @@
---
functions:
shell:
- code: |
ghci
Prelude> System.Process.callCommand "/bin/bash"
sudo:
- code: |
sudo ghci
Prelude> System.Process.callCommand "/bin/bash"
---