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-20 18:45:22 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
38d7e65264d36e2a7bb7e1e69e0f8b7b5d8b7a36
GTFOBins.github.io
/
_gtfobins
/
dd.md
g0tmi1k
2d3071ef55
Typo: LFILE -> $LFILE (DD command)
2018-11-20 13:40:19 +01:00
365 B
Raw
Blame
History
functions
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 -E dd of=$LFILE
Reference in New Issue
View Git Blame
Copy Permalink