1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-07 06:31:33 +01:00
GTFOBins.github.io/_gtfobins/elvish
2026-01-13 20:08:28 +01:00

25 lines
385 B
Plaintext

---
functions:
file-read:
- code: |-
elvish -c 'print (slurp </path/to/input-file)'
contexts:
sudo:
suid:
unprivileged:
file-write:
- code: |-
elvish -c 'print DATA >/path/to/output-file'
contexts:
sudo:
suid:
unprivileged:
shell:
- code: |-
elvish
contexts:
sudo:
suid:
unprivileged:
...