All Projects → chriswmorris → Metaforge

chriswmorris / Metaforge

Licence: gpl-3.0
An OSINT Metadata analyzing tool that filters through tags and creates reports

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Metaforge

Spiderfoot
SpiderFoot automates OSINT for threat intelligence and mapping your attack surface.
Stars: ✭ 6,882 (+10823.81%)
Mutual labels:  osint, infosec, security-tools
Rengine
reNgine is an automated reconnaissance framework for web applications with a focus on highly configurable streamlined recon process via Engines, recon data correlation and organization, continuous monitoring, backed by a database, and simple yet intuitive User Interface. reNgine makes it easy for penetration testers to gather reconnaissance with…
Stars: ✭ 3,439 (+5358.73%)
Mutual labels:  osint, security-tools, infosec
Gosint
OSINT Swiss Army Knife
Stars: ✭ 401 (+536.51%)
Mutual labels:  osint, infosec, forensics
Resources
A Storehouse of resources related to Bug Bounty Hunting collected from different sources. Latest guides, tools, methodology, platforms tips, and tricks curated by us.
Stars: ✭ 62 (-1.59%)
Mutual labels:  security-tools, infosec
Jaeles
The Swiss Army knife for automated Web Application Testing
Stars: ✭ 1,073 (+1603.17%)
Mutual labels:  security-tools, infosec
Dumpsterfire
"Security Incidents In A Box!" A modular, menu-driven, cross-platform tool for building customized, time-delayed, distributed security events. Easily create custom event chains for Blue- & Red Team drills and sensor / alert mapping. Red Teams can create decoy incidents, distractions, and lures to support and scale their operations. Build event sequences ("narratives") to simulate realistic scenarios and generate corresponding network and filesystem artifacts.
Stars: ✭ 775 (+1130.16%)
Mutual labels:  security-tools, infosec
Ios
Most usable tools for iOS penetration testing
Stars: ✭ 563 (+793.65%)
Mutual labels:  security-tools, infosec
Changeme
A default credential scanner.
Stars: ✭ 928 (+1373.02%)
Mutual labels:  security-tools, infosec
Torbot
Dark Web OSINT Tool
Stars: ✭ 821 (+1203.17%)
Mutual labels:  osint, security-tools
Awesome Social Engineering
A curated list of awesome social engineering resources.
Stars: ✭ 1,110 (+1661.9%)
Mutual labels:  osint, infosec
Social Analyzer
API, CLI & Web App for analyzing & finding a person's profile across +1000 social media \ websites (Detections are updated regularly by automated systems)
Stars: ✭ 8,449 (+13311.11%)
Mutual labels:  osint, security-tools
Gitgot
Semi-automated, feedback-driven tool to rapidly search through troves of public data on GitHub for sensitive secrets.
Stars: ✭ 964 (+1430.16%)
Mutual labels:  osint, security-tools
Checkmyhttps
We propose a user-friendly add-on that allows you to check if your encrypted web traffic (SSL/TLS) towards secured Internet servers (HTTPS) is not intercepted (being listened to).
Stars: ✭ 35 (-44.44%)
Mutual labels:  security-tools, infosec
Awesome Security Hardening
A collection of awesome security hardening guides, tools and other resources
Stars: ✭ 630 (+900%)
Mutual labels:  security-tools, infosec
Osint collection
Maintained collection of OSINT related resources. (All Free & Actionable)
Stars: ✭ 809 (+1184.13%)
Mutual labels:  osint, infosec
Git Hound
Reconnaissance tool for GitHub code search. Finds exposed API keys using pattern matching, commit history searching, and a unique result scoring system.
Stars: ✭ 602 (+855.56%)
Mutual labels:  osint, security-tools
Kaudit
Alcide Kubernetes Audit Log Analyzer - Alcide kAudit
Stars: ✭ 23 (-63.49%)
Mutual labels:  security-tools, forensics
Awesome Asset Discovery
List of Awesome Asset Discovery Resources
Stars: ✭ 1,017 (+1514.29%)
Mutual labels:  osint, infosec
Security Tools
Collection of small security tools, mostly in Bash and Python. CTFs, Bug Bounty and other stuff.
Stars: ✭ 509 (+707.94%)
Mutual labels:  security-tools, infosec
Operative Framework
operative framework is a OSINT investigation framework, you can interact with multiple targets, execute multiple modules, create links with target, export rapport to PDF file, add note to target or results, interact with RESTFul API, write your own modules.
Stars: ✭ 511 (+711.11%)
Mutual labels:  osint, forensics

Metaforge

"An OSINT tool that analyzes metadata and creates dynamic reports"

https://chriswmorris.github.io/Metaforge/

Senior Design Project 2019 - By Chris Morris and Collin Mockbee

A Python3 Application for Unix-based Operating Systems

Note: Metaforge requires at least python version 3.5 to work!


Supported Filetypes

dll | docx | doc | exe | gif | html | jpeg| mkv | mp3 | mp4 | odp | ods | odt | pdf | png | pptx| ppt | svg | torrent |wav | xlsx | xls |zip |


Setup

Install exiftool

Debian-based

apt install libimage-exiftool-perl

RHEL-based

yum install perl-Image-ExifTool

Arch Linux

pacman -S perl-image-exiftool

Mac OSX

brew install exiftool

Install dependencies

pip3 install -r requirements.txt


Running Metaforge

  1. Place the files you wish to analyze in the /media directory

  2. Run metaforge.py

python3 metaforge.py


When Metaforge is finished running, check the User_Projects folder and look for the name of the project you entered. Click on the index.html file to view your generated report.

Thanks to...

Exiftool: https://www.sno.phy.queensu.ca/~phil/exiftool/

progress: https://pypi.org/project/progress/

dominate: https://pypi.org/project/dominate/

colorama: https://pypi.org/project/colorama/

pyexifinfo: https://pypi.org/project/pyexifinfo/

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].