mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 06:19:27 +01:00
feat: added tcsh.md
This commit is contained in:
parent
6696d463cd
commit
92f8466264
13
_gtfobins/tcsh.md
Normal file
13
_gtfobins/tcsh.md
Normal 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
|
||||
---
|
Loading…
Reference in New Issue
Block a user