1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-19 18:38:58 +02:00
GTFOBins.github.io/_gtfobins/elvish.md

18 lines
315 B
Markdown
Raw Normal View History

---
functions:
file-read:
- code: |
export LFILE=file_to_read
elvish -c 'echo (slurp <$E:LFILE)'
file-write:
- code: |
export LFILE=file_to_write
elvish -c 'echo DATA >$E:LFILE'
shell:
- code: elvish
suid:
- code: ./elvish
sudo:
- code: sudo elvish
---