raunvk / digital-recon-toolkit

Digital Forensics & Reconnaissance Tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

digital-recon-toolkit

Description : Digital Forensics & Reconnaissance Tools

Requisite : Make sure you have Python3 and Pip installed in your System

How to Run (Linux) :

  1. Install requirements.txt to install necessary packages [$ python3 -m pip install -r requirements.txt]

  2. Install colored library [$ pip3 install colored]

  3. Run passgen.py to generate wordlist [$ python3 passgen.py]

  4. Run hashcrack.py to crack MD5, SHA-256, SHA-512 hashes [$ python3 hashcrack.py]

  5. Run imgmetadata.py to extract metadata from image files [$ python3 imgmetadata.py]

  6. Run mp3metadata.py to extract metadata from audio files [$ python3 mp3metadata.py]

About

Digital Forensics & Reconnaissance Tools

License:MIT License


Languages

Language:Python 100.0%