This website requires JavaScript.
Explore
Help
Sign In
public-mirrors
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced
2025-11-14 07:35:16 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
ebb9fd00bef04bc42f69ed03090d1df3dfa076af
GTFOBins.github.io
/
_gtfobins
/
dd.md
Andrea Cardaci
d4b50275bb
Use DATA as a placeholder for file-write operations
2018-08-20 15:00:34 +02:00
380 B
Raw
Blame
History
functions
functions
file-write
file-read
suid-enabled
sudo-enabled
code
LFILE=file_to_write echo "DATA" | dd of=$LFILE
code
LFILE=file_to_read dd if=LFILE
code
LFILE=file_to_write echo "data" | ./dd of=$LFILE
code
LFILE=file_to_write echo "data" | sudo -E dd of=$LFILE
Reference in New Issue
View Git Blame
Copy Permalink