This website requires JavaScript.
Explore
Help
Sign In
dash
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
4eff8b534fcded537ffd57dcd86af58ade708205
GTFOBins.github.io
/
_gtfobins
/
tee.md
Andrea Cardaci
5a1c87e7c5
Fix YAML literal blocks
2018-06-01 12:44:34 +02:00
376 B
Raw
Blame
History
description, functions
description
functions
It can only append data if the destination exists.
sudo-enabled
suid-enabled
file-write
code
LFILE=file_to_write echo data | sudo tee -a "$LFILE"
code
LFILE=file_to_write echo data | ./tee -a "$LFILE"
code
LFILE=file_to_write echo data | ./tee -a "$LFILE"
Reference in New Issue
View Git Blame
Copy Permalink