mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 14:59:44 +01:00
Added red.md
Added support for red, the restricted version of ed. More information on red can be found here: https://www.computerhope.com/unix/ued.htm
This commit is contained in:
parent
0ba5df0cb9
commit
76c906d168
20
_gtfobins/red.md
Normal file
20
_gtfobins/red.md
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
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
|
||||||
|
---
|
Loading…
Reference in New Issue
Block a user