Description : Digital Forensics & Reconnaissance Tools
Requisite : Make sure you have Python3 and Pip installed in your System
How to Run (Linux) :
-
Install requirements.txt to install necessary packages [$ python3 -m pip install -r requirements.txt]
-
Install colored library [$ pip3 install colored]
-
Run passgen.py to generate wordlist [$ python3 passgen.py]
-
Run hashcrack.py to crack MD5, SHA-256, SHA-512 hashes [$ python3 hashcrack.py]
-
Run imgmetadata.py to extract metadata from image files [$ python3 imgmetadata.py]
-
Run mp3metadata.py to extract metadata from audio files [$ python3 mp3metadata.py]