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/tcsh
Andrea Cardaci 03c390b2ef Convert tcsh
2026-01-17 00:32:17 +01:00

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:
...