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
85010470b2745f83bfb090cce7c13ed080fea8ce
GTFOBins.github.io
/
_gtfobins
/
tee.md
Emilio Pinna
dd337b5ddf
Adopt new function names
2018-10-05 18:55:38 +01:00
356 B
Raw
Blame
History
description, functions
description
functions
It can only append data if the destination exists.
file-write
suid
sudo
code
LFILE=file_to_write echo DATA | ./tee -a "$LFILE"
code
LFILE=file_to_write echo DATA | ./tee -a "$LFILE"
code
LFILE=file_to_write echo DATA | sudo tee -a "$LFILE"
Reference in New Issue
View Git Blame
Copy Permalink