mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 14:59:44 +01:00
18 lines
315 B
Markdown
18 lines
315 B
Markdown
|
---
|
||
|
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
|
||
|
---
|