1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-06-18 17:49:29 +02:00
GTFOBins.github.io/_gtfobins/dd.md
2020-06-10 22:53:45 +02:00

362 B

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