feat: added tcsh.md

This commit is contained in:
Muhammad Daffa 2023-12-13 20:33:25 +07:00 committed by GitHub
parent 6696d463cd
commit 92f8466264
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
_gtfobins/tcsh.md Normal file
View File

@ -0,0 +1,13 @@
---
functions:
shell:
- code: tcsh
file-write:
- code: |
export LFILE=file_to_write
tcsh -c 'echo DATA > $LFILE'
suid:
- code: "./tcsh -b"
sudo:
- code: sudo tcsh
---