Skip to content

MetaCleaner is a Python library for safely removing metadata from files.

License

Untouchable17/Meta-DataWipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meta DataWipe

DataWipe - Python library that allows you to safely read and remove metadata from various file types, including images, videos, audio, and documents. Metadata such as EXIF data, GPS coordinates, creation, copyright and others, an organization providing confidential information whose user does not want to be disclosed. DataWipe allows you to prevent the removal of metadata from files in order to ensure the possibility of leakage of confidential information and user privacy. MetaCleaner has a clean and simple interface that makes it quick and easy to use in your Python projects.

Installation

Installing and using program process:

Execute all commands on behalf of the superuser

Downloading or cloning this GitHub repository.

git clone https://github.com/Untouchable17/Meta-DataWipe

Windows: You need to install ffmpeg and exiftool programs

- https://exiftool.org/install.html
- https://ffmpeg.org/download.html

Create and activate python virtual env

python3 -m venv venv
source venv/bin/activate

Install all requirements

pip3 install -r requirements.txt
chmod +x DataWiper.py


You can add the correct path to global like this: export PATH="$PATH:$(pwd)" and then you can run the program by just entering their name

How to use

usage: DataWiper.py [-h] [-r READ] [-d DELETE] [-t {media,document,image}]

Get metadata for a file

optional arguments:
  -h, --help            show this help message and exit
  -r READ, --read READ  Option to read metadata
  -d DELETE, --delete DELETE
                        Option to remove metadata
  -t {media,document,image}, --type {media,document,image}
                        Option to specify file type

Contact Developer

Telegram:           @secdet17
Group:              t.me/secdet_team
Email:              [email protected]

About

MetaCleaner is a Python library for safely removing metadata from files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages