1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-15 03:41:34 +01:00
GTFOBins.github.io/_gtfobins/dd.md
2018-08-20 15:00:34 +02:00

380 B

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