Metadata Exposed is a lightweight Python tool designed to get the more informations that we can get from a specific file.
It will expose all the invisible data from a file in an orderly, structured way.
- File name
- Absolute path
- Size
- Permissions
- MIME Type
- Encoding
- Creation date
- Last modification date
- Last opening date
- MD5
- SHA1
- SHA256
- EXIF
- Readable strings in the file
- Python 3.6 or higher
- Python packages:
os
sys
stat
hashlib
mimetypes
requests
datetime
tempfile
chardet
time
colorama
Clone the repository or download the source files :
git clone https://github.com/V1ltrr/Metadata-Exposed.git
———
cd Metadata-Exposed
———
pip install requests os sys stat hashlib mimetypes datetime tempfile chardet time colorama
Run the script by launching :
python metadata_exposed.py
matadata-exposed/
├── LICENCE # This documentation file
├── README.md # This documentation file
├── metadata_exposed.py # Main script
This project is licensed under the MIT License. See the LICENSE file for more details.