TIGMINT – OSINT (Open Source Intelligence) GUI Software Framework
![TIGMINT - OSINT (Open Source Intelligence) GUI Software Framework 1 TIGMINT 1 TIGMINT logo](https://www.redpacketsecurity.com/wp-content/uploads/2021/09/TIGMINT_1_TIGMINT-logo.png)
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
![TIGMINT - OSINT (Open Source Intelligence) GUI Software Framework 2 TIGMINT 8 Screenshot25252025281812529](https://www.redpacketsecurity.com/wp-content/uploads/2021/09/TIGMINT_8_Screenshot25252025281812529.png)
Modules
![TIGMINT - OSINT (Open Source Intelligence) GUI Software Framework 3 TIGMINT 9](https://www.redpacketsecurity.com/wp-content/uploads/2021/09/TIGMINT_9.png)
Our Team
![TIGMINT - OSINT (Open Source Intelligence) GUI Software Framework 4 TIGMINT 10 Screenshot25252025281722529](https://www.redpacketsecurity.com/wp-content/uploads/2021/09/TIGMINT_10_Screenshot25252025281722529.png)
Documentation
![TIGMINT - OSINT (Open Source Intelligence) GUI Software Framework 5 TIGMINT 11 Screenshot25252025281732529](https://www.redpacketsecurity.com/wp-content/uploads/2021/09/TIGMINT_11_Screenshot25252025281732529.png)
Account Finder
![TIGMINT - OSINT (Open Source Intelligence) GUI Software Framework 6 TIGMINT 12 Screenshot25252025281742529](https://www.redpacketsecurity.com/wp-content/uploads/2021/09/TIGMINT_12_Screenshot25252025281742529.png)
Twitter Analyser
![TIGMINT - OSINT (Open Source Intelligence) GUI Software Framework 7 TIGMINT 13 Screenshot25252025281752529](https://www.redpacketsecurity.com/wp-content/uploads/2021/09/TIGMINT_13_Screenshot25252025281752529.png)
Working Tool Screenshots
![TIGMINT - OSINT (Open Source Intelligence) GUI Software Framework 8 TIGMINT 14 1](https://www.redpacketsecurity.com/wp-content/uploads/2021/09/TIGMINT_14_1.png)
![TIGMINT - OSINT (Open Source Intelligence) GUI Software Framework 9 TIGMINT 15 2](https://www.redpacketsecurity.com/wp-content/uploads/2021/09/TIGMINT_15_2.png)
![TIGMINT - OSINT (Open Source Intelligence) GUI Software Framework 10 TIGMINT 16 4](https://www.redpacketsecurity.com/wp-content/uploads/2021/09/TIGMINT_16_4.png)
![TIGMINT - OSINT (Open Source Intelligence) GUI Software Framework 11 TIGMINT 17 8](https://www.redpacketsecurity.com/wp-content/uploads/2021/09/TIGMINT_17_8.png)
![TIGMINT - OSINT (Open Source Intelligence) GUI Software Framework 12 TIGMINT 18 9](https://www.redpacketsecurity.com/wp-content/uploads/2021/09/TIGMINT_18_9.png)
![TIGMINT - OSINT (Open Source Intelligence) GUI Software Framework 13 TIGMINT 19 10](https://www.redpacketsecurity.com/wp-content/uploads/2021/09/TIGMINT_19_10.png)
Local Setup
Requirements
- Python 3.6;
- beautifulsoup4;
- Nodejs;
- matplotlib;
- pandas;
- NPM;
- nltk;
Windows Setup Issues
For windows users, if the setup fails or application is redirecting to 404 error page always. You can verify the below steps.
- Verify all the modules in requirements.txt are successfully installed using pip3 install -r requirements.txt Command . In windows you have to manually install wordcloud module based on your python version.
WordCloud module download Link | StackOverflow Help Thread
Ex: If you had python 3.6 installed, then you have to install wordcloud‑1.8.0‑cp36‑cp36m‑win_amd64.whl module from the above link.
After installing the wordcloud module, run command pip install -r requirements.txt again to check if all requirements are installed successfully. - Check if all Node requirements are installed using npm install command.
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.
Installing and running
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?
- Update python dependencies. (pip3 install –user –upgrade git+https://github.com/twintproject/twint.git@origin/master#egg=twint)
- Reinstall from the github repo.
- Raise an issue with the error logs. We will fix it asap !.
Using Docker
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 .
Note
Meta Analysis module is not yet integrated into the web application.
Suggestions, Comments, Feedback
Feedback or new tool suggestions are extremely welcome! Please feel free to submit a pull request or open an issue on github
If you like the site, please consider joining the telegram channel or supporting us on Patreon using the button below.