
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Exificator is a Python command line application that allows you to modify EXIF metadata in JPEG images.
To install Exificator, you can use pip:
$ pip install exificator
Exificator can be used to modify the EXIF metadata in JPEG images. Here's an example of how to use it:
$ exificator input.jpg -o output.jpg --payload '<script>alert(1337)</script>'
This will modify the title and description fields in the EXIF metadata of the input image and save the modified image to the output file.
Here are the available options:
-h, --help show this help message and exit
-o OUTPUT, --output OUTPUT
Output filename. By default, filename-output.ext
-f, --force Overwrite output file if exists without confirmation
-p PAYLOAD, --payload PAYLOAD
String to set in EXIF attributes. {} is replaced with the exif tag. Default: "<script>alert('{}')</script>
--tags TAGS List of tags to set, comma separated. Default: all tags
--list-tags List all available tags
Exificator is licensed under the MIT License. See LICENSE for more information.
FAQs
A command line application for modifying EXIF metadata in JPEG images.
We found that exificator demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.