exiftool
File write
This executable can write data to local files.
- This function can be performed by any unprivileged user.
exiftool -filename=/path/to/output-file /path/to/input-fileThis function is performed by the privileged user if executed viasudobecause the acquired privileges are not dropped.exiftool -filename=/path/to/output-file /path/to/input-file - This function can be performed by any unprivileged user.
exiftool "-description<=/path/to/input-file --filename /path/to/output-fileThis function is performed by the privileged user if executed viasudobecause the acquired privileges are not dropped.exiftool "-description<=/path/to/input-file --filename /path/to/output-file - This function can be performed by any unprivileged user.
exiftool "-description=DATA --filename /path/to/output-fileThis function is performed by the privileged user if executed viasudobecause the acquired privileges are not dropped.exiftool "-description=DATA --filename /path/to/output-file - This function can be performed by any unprivileged user.
exiftool -description -W /path/to/output-file --filename /path/to/input-fileThis function is performed by the privileged user if executed viasudobecause the acquired privileges are not dropped.exiftool -description -W /path/to/output-file --filename /path/to/input-file
File read
This executable can read data from local files.
- This function can be performed by any unprivileged user.
exiftool -filename=/path/to/output-file /path/to/input-file cat /path/to/output-fileThis function is performed by the privileged user if executed viasudobecause the acquired privileges are not dropped.exiftool -filename=/path/to/output-file /path/to/input-file cat /path/to/output-file
Inherit
This executable can inherit functions from another.
- This function can be performed by any unprivileged user.
exiftool -if '...' /etc/passwdThis function is performed by the privileged user if executed viasudobecause the acquired privileges are not dropped.exiftool -if '...' /etc/passwd