mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
Add tee
This commit is contained in:
parent
5aee2ec17e
commit
852407bb02
16
_gtfobins/tee.md
Normal file
16
_gtfobins/tee.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
description: It can only append data if the destination exists.
|
||||
functions:
|
||||
sudo-enabled:
|
||||
- code: |
|
||||
LFILE=file_to_write
|
||||
echo data | sudo tee -a "$LFILE"
|
||||
suid-enabled:
|
||||
- code: |
|
||||
LFILE=file_to_write
|
||||
echo data | ./tee -a "$LFILE"
|
||||
file-write:
|
||||
- code: |
|
||||
LFILE=file_to_write
|
||||
echo data | ./tee -a "$LFILE"
|
||||
---
|
Loading…
Reference in New Issue
Block a user