mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-03-14 03:28:11 +01:00
21 lines
314 B
Markdown
21 lines
314 B
Markdown
|
---
|
||
|
description: Short for "restricted ed".
|
||
|
functions:
|
||
|
execute-interactive:
|
||
|
- code: |
|
||
|
red
|
||
|
!/bin/sh
|
||
|
file-write:
|
||
|
- code: |
|
||
|
red file_to_write
|
||
|
w
|
||
|
sudo-enabled:
|
||
|
- code: |
|
||
|
sudo red
|
||
|
!/bin/sh
|
||
|
suid-limited:
|
||
|
- code: |
|
||
|
./red
|
||
|
!/bin/sh
|
||
|
---
|