mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-07 06:31:33 +01:00
22 lines
348 B
Plaintext
22 lines
348 B
Plaintext
---
|
|
functions:
|
|
file-write:
|
|
- code: |-
|
|
tcsh -c 'echo DATA >/path/to/output-file'
|
|
contexts:
|
|
sudo:
|
|
suid:
|
|
code: |-
|
|
tcsh -bc 'echo DATA >/path/to/output-file'
|
|
unprivileged:
|
|
shell:
|
|
- code: |-
|
|
tcsh
|
|
contexts:
|
|
sudo:
|
|
suid:
|
|
code: |-
|
|
tcsh -b
|
|
unprivileged:
|
|
...
|