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
b016b7b9dd09fd6b8c402c66127bf497aa8b87d4
GTFOBins.github.io
/
_gtfobins
/
dd.md
Emilio Pinna
b016b7b9dd
Add suid-enabled and sudo-enabled to curl, dd, and wget
2018-07-22 14:30:03 +01: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