1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-11 09:51:33 +01:00
GTFOBins.github.io/_gtfobins/dd.md
2018-10-05 18:55:38 +01:00

364 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 -E dd of=$LFILE