Skip to main content

A command line application for modifying EXIF metadata in JPEG images.

Project description

Exificator

Exificator is a Python command line application that allows you to modify EXIF metadata in JPEG images.

Installation

To install Exificator, you can use pip:

$ pip install exificator

Usage

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

License

Exificator is licensed under the MIT License. See LICENSE for more information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

exificator-1.0.0.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

exificator-1.0.0-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page