All Projects → TIGMINT → TIGMINT

TIGMINT / TIGMINT

Licence: MIT license
TIGMINT: OSINT (Open Source Intelligence) GUI software framework

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to TIGMINT

toutatis
Toutatis is a tool that allows you to extract information from instagrams accounts such as e-mails, phone numbers and more
Stars: ✭ 803 (+311.79%)
Mutual labels:  osint, information-gathering, open-source-intelligence
Iky
OSINT Project
Stars: ✭ 203 (+4.1%)
Mutual labels:  intelligence, osint, infosec
facebook totem
Totem allows you to retrieve information about ads of a facebook page , we can retrieve the number of people targeted, how much the ad cost and a lot of other information.
Stars: ✭ 51 (-73.85%)
Mutual labels:  osint, information-gathering, open-source-intelligence
Tinfoleak
The most complete open-source tool for Twitter intelligence analysis
Stars: ✭ 1,593 (+716.92%)
Mutual labels:  intelligence, osint, socmint
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 (+4232.82%)
Mutual labels:  osint, analysis, information-gathering
IRIS
🔍 IRIS: An open-source intelligence framework
Stars: ✭ 79 (-59.49%)
Mutual labels:  osint, information-gathering, open-source-intelligence
Scylla
The Simplistic Information Gathering Engine | Find Advanced Information on a Username, Website, Phone Number, etc.
Stars: ✭ 154 (-21.03%)
Mutual labels:  intelligence, osint, information-gathering
Mr.Holmes
🔍 A Complete Osint Tool
Stars: ✭ 307 (+57.44%)
Mutual labels:  osint, information-gathering, open-source-intelligence
Spiderfoot
SpiderFoot automates OSINT for threat intelligence and mapping your attack surface.
Stars: ✭ 6,882 (+3429.23%)
Mutual labels:  osint, infosec, information-gathering
Phoneinfoga
PhoneInfoga is one of the most advanced tools to scan international phone numbers using only free resources. It allows you to first gather standard information such as country, area, carrier and line type on any international phone number. Then search for footprints on search engines to try to find the VoIP provider or identify the owner.
Stars: ✭ 5,927 (+2939.49%)
Mutual labels:  osint, information-gathering, open-source-intelligence
Osintgram
Osintgram is a OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname
Stars: ✭ 312 (+60%)
Mutual labels:  osint, analysis, information-gathering
Scylla
The Simplistic Information Gathering Engine | Find Advanced Information on a Username, Website, Phone Number, etc.
Stars: ✭ 424 (+117.44%)
Mutual labels:  intelligence, osint, information-gathering
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 (+1663.59%)
Mutual labels:  osint, infosec, information-gathering
phisherprice
All In One Pentesting Tool For Recon & Auditing , Phone Number Lookup , Header , SSH Scan , SSL/TLS Scan & Much More.
Stars: ✭ 38 (-80.51%)
Mutual labels:  osint, analysis, infosec
Yeti
Your Everyday Threat Intelligence
Stars: ✭ 1,037 (+431.79%)
Mutual labels:  intelligence, infosec
Dfw1n Osint
Australian Open Source Intelligence Gathering Resources, Australias Largest Open Source Intelligence Repository for Cyber Professionals and Ethical Hackers
Stars: ✭ 63 (-67.69%)
Mutual labels:  intelligence, osint
gosint
Gosint is a distributed asset information collection and vulnerability scanning platform
Stars: ✭ 344 (+76.41%)
Mutual labels:  osint, information-gathering
Urlhunter
a recon tool that allows searching on URLs that are exposed via shortener services
Stars: ✭ 934 (+378.97%)
Mutual labels:  intelligence, osint
Xray
XRay is a tool for recon, mapping and OSINT gathering from public networks.
Stars: ✭ 1,666 (+754.36%)
Mutual labels:  intelligence, osint
Intelspy
Perform automated network reconnaissance scans
Stars: ✭ 134 (-31.28%)
Mutual labels:  intelligence, information-gathering

TIGMINT

TIGMINT : Twitter, Instagram and Geo-Tagging Media Intelligence

Releases License Contributors Forks Github Stars

Introduction

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

Modules

Modules

Our Team

Team

Documentation

Docs

Account Finder

Account Finder

Twitter Analyser

Twitter Analyser

Working Tool Screenshots

TIGMINT TIGMINT TIGMINT TIGMINT TIGMINT TIGMINT

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.

  1. 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.
  2. 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?

  1. Update python dependencies. (pip3 install --user --upgrade git+https://github.com/twintproject/twint.git@origin/master#egg=twint)
  2. Reinstall from the github repo.
  3. 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 .

Contributors

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

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