This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
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.git
synced
2025-12-28 11:11:41 +01:00
Code
Issues
08dfd05aee
GTFOBins.github.io
/
_gtfobins
/
dd.md
Andrea Cardaci
9cd6849b8e
Remove useless instances of sudo -E
2020-06-10 22:53:45 +02:00
362 B
Raw
Blame
History
functions
file-write
file-read
suid
sudo
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 dd of=$LFILE