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/sed.md

16 lines
275 B
Markdown
Raw Normal View History

2018-06-12 16:06:16 +02:00
---
functions:
sudo-enabled:
- code: |
LFILE=file_to_read
sudo sed -e '' "$LFILE"
suid-enabled:
- code: |
LFILE=file_to_read
./sed -e '' "$LFILE"
file-read:
- code: |
LFILE=file_to_read
sed -e '' "$LFILE"
---