Skip to content

Metadata Exposed is a lightweight Python tool designed to get the more informations that we can get from a specific file.

License

Notifications You must be signed in to change notification settings

V1ltrr/Metadata-Exposed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Metadata Exposed


Description

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.

Obtainable informations

  • 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

Requirements

  • Python 3.6 or higher
  • Python packages:
    • os
    • sys
    • stat
    • hashlib
    • mimetypes
    • requests
    • datetime
    • tempfile
    • chardet
    • time
    • colorama

Installation

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

Usage

Run the script by launching :

python metadata_exposed.py

Project Structure

matadata-exposed/
├── LICENCE              # This documentation file
├── README.md            # This documentation file
├── metadata_exposed.py  # Main script

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

Metadata Exposed is a lightweight Python tool designed to get the more informations that we can get from a specific file.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages