All Projects → MonroCoury → Forensic Tools

MonroCoury / Forensic Tools

Licence: mit
A collection of tools for forensic analysis

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Forensic Tools

Magento Chatbot
Magento Chatbot Integration with Telegram, Messenger, Whatsapp, WeChat, Skype and wit.ai.
Stars: ✭ 149 (-26.96%)
Mutual labels:  skype, whatsapp, facebook-messenger, facebook
ForensicsTools
A list of free and open forensics analysis tools and other resources
Stars: ✭ 392 (+92.16%)
Mutual labels:  metadata, forensics, digital-forensics
Stormkitty
🔑 Open source stealer written on C#, all logs will be sent to Telegram bot.
Stars: ✭ 198 (-2.94%)
Mutual labels:  skype, chrome, firefox
Supercookie
💭 Inspiration
Stars: ✭ 3,630 (+1679.41%)
Mutual labels:  cookie, chrome, firefox
Chatistics
💬 Python scripts to parse Messenger, Hangouts, WhatsApp and Telegram chat logs into DataFrames.
Stars: ✭ 814 (+299.02%)
Mutual labels:  parse, whatsapp, facebook-messenger
Cookie Autodelete
Firefox and Chrome WebExtension that deletes cookies and other browsing site data as soon as the tab closes, domain changes, browser restarts, or a combination of those events.
Stars: ✭ 1,015 (+397.55%)
Mutual labels:  cookie, chrome, firefox
Awesome Forensicstools
Awesome list of digital forensic tools
Stars: ✭ 120 (-41.18%)
Mutual labels:  metadata, forensics, digital-forensics
Github Mermaid Extension
A browser extension for Chrome, Opera & Firefox that adds Mermaid language support to Github
Stars: ✭ 170 (-16.67%)
Mutual labels:  chrome, firefox
Firessh
free, cross-platform SSH terminal client for Firefox and Chrome
Stars: ✭ 173 (-15.2%)
Mutual labels:  chrome, firefox
Xdm
Powerfull download accelerator and video downloader
Stars: ✭ 3,226 (+1481.37%)
Mutual labels:  chrome, firefox
Gopassbridge
A web extension for firefox and chrome to insert login credentials from gopass
Stars: ✭ 182 (-10.78%)
Mutual labels:  chrome, firefox
Whatsdump
Extract WhatsApp private key from any non-rooted Android device (Android 7+ supported)
Stars: ✭ 198 (-2.94%)
Mutual labels:  whatsapp, forensics
Q Municate Ios
Q-municate iOS repository
Stars: ✭ 164 (-19.61%)
Mutual labels:  whatsapp, facebook
Sponsorblock
Skip YouTube video sponsors (browser extension)
Stars: ✭ 3,627 (+1677.94%)
Mutual labels:  chrome, firefox
Crunchyroll Html5
A fully fledged HTML5 player for Crunchyroll.
Stars: ✭ 175 (-14.22%)
Mutual labels:  chrome, firefox
Interceptor
A browser extension to mock AJAX requests at the browser level
Stars: ✭ 182 (-10.78%)
Mutual labels:  chrome, firefox
Buttercup Browser Extension
🌏 Buttercup browser extension
Stars: ✭ 164 (-19.61%)
Mutual labels:  chrome, firefox
Floccus
☁️ Sync your bookmarks privately across browsers
Stars: ✭ 2,630 (+1189.22%)
Mutual labels:  chrome, firefox
Messenger For Desktop
This is not an official Facebook product, and is not affiliated with, or sponsored or endorsed by, Facebook.
Stars: ✭ 2,180 (+968.63%)
Mutual labels:  facebook-messenger, facebook
Azure Mask
A browser extension (Chrome, Firefox) that toggles concealment of sensitive information found in the Azure Portal web page such as Subscription Id's
Stars: ✭ 189 (-7.35%)
Mutual labels:  chrome, firefox

Digital-Forensics-eDiscovery-and-eInvestigation.jpg

Forensic_Tools

A collection of tools for forensic analysis. Still a work in progress...

Disclaimer

For educational use only. Author not responsible for malicious use!

Dependencies:

lxml: https://pypi.python.org/pypi/lxml/3.7.3

olefile: https://pypi.python.org/pypi/olefile/0.44

PyPDF2: https://pypi.python.org/pypi/PyPDF2/1.26.0

Usage:

python [script name.py] -h at any time for help

exif_extractor: use to extract exif metadata from images that contain them python exif_extractor.py -i [image file path] -s [(optional)True or False save results to a text file?] -v [(optional)True or False show results after extraction]

metadata_extractor: use to extract metadata from documents such as office files and pdf documents. Document type is detected automatically. python metadata_extractor.py -p [document file path] -d [(optional)decryption key] -s [(optional)True or False save results to a text file?]

firefox_scanner: use to parse Firefox profile  databases and can extract cookies, history, Google searches, downloads, and form history. Results are saved to a html table with background highlighting for easier reading. For more  details script name -h

facebook_scanner.py: use to analyze facebook app and facebook messenger app artifacts, still fairly new and currently only tested with lite versions. Can extract messages with time, links, attachments, contacts with profile pictures and profile links, and details regarding the accounts used to log into the app plus more.

skype_scanner: use to parse Skype database. Can extract account details, contacts with their full details, call log, and messages. Results are saved to a html table with background highlighting for easier reading. For details, script name -h

whatsapp_scanner: use to parse What'sapp msgstoremsgstore and wa databases. Can extract messages with timestamps, location coordinates, media with media type, url, duration, timestamps and more, and contacts with full details. For details, script name -h

chrome_scanner: use to parse chrome databases. Can extract downloads with full details (like start and end times, download links, full download size, percentage downloaded etc), History, cookies, Google searches, and login credentials. python chrome_scanner.py -h for details.

wlan_reader: use to get WIFI network history from windows registry. You don't have to give it any arguments, just make sure you run the command prompt as administrator, then enter python wlan_reader.py.

The common_methods.py file contains functions that are necessary for some scripts to work. The templates directory contains static html templates required to organize the results in neat html tables. Both need to be present and unmodified in order for the scripts to work properly.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].