TIGMINT is an OSINT (Open Source Intelligence) software framework with an objective of making cyber investigations more convinient by implementing abstraction mechanisms to hide the background technical complexity also bundling different analysis techniques for social media Intelligence together providing a simple intuitive web interface for the user to work with.
Preview
Modules
Our Team
Documentation
Account Finder
Twitter Analyser
Working Tool Screenshots
Local Setup
For windows users, if the setup fails or application is redirecting to 404 error page always. You can verify the below steps.
If you still had any problems please open a issue with module name, operating system, input and output and console log. We will try to fix the issue as soon as possible.
Linux Meta-Analysis Requirment
sudo apt install exiftool
The above tool is required to retreive metadata from various file formats.
Git
git clone https://github.com/TIGMINT/TIGMINT
cd TIGMINT
pip3 install -r requirements.txt
pip3 install –user –upgrade git+https://github.com/twintproject/twint.git@origin/master#egg=twint
npm install
node Api/server.js
Tool not working?
you can run with docker with this command
docker run –name tigmint -p 3000:3000 k1m0ch1/tigmint
and open the http://localhost:3000
or you can build the image by yourself with command
docker build -t tigmint .
shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…
Extract and execute a PE embedded within a PNG file using an LNK file. The…
Embark on the journey of becoming a certified Red Team professional with our definitive guide.…
This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…
This took me like 4 days (+2 days for an update), but I got it…
MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…