MCPcopy
hub / github.com/vaguileradiaz/tinfoleak

github.com/vaguileradiaz/tinfoleak @main sqlite

repository ↗ · DeepWiki ↗
553 symbols 1,374 edges 10 files 71 documented · 13%
README

tinfoleak

The most complete open-source tool for Twitter intelligence analysis

Introduction

tinfoleak is an open-source tool within the OSINT (Open Source Intelligence) and SOCMINT (Social Media Intelligence) disciplines, that automates the extraction of information on Twitter and facilitates subsequent analysis for the generation of intelligence. Taking a user identifier, geographic coordinates or keywords, tinfoleak analyzes the Twitter timeline to extract great volumes of data and show useful and structured information to the intelligence analyst.

tinfoleak is included in several Linux Distros: Kali, CAINE, BlackArch and Buscador. It is currently the most comprehensive open-source tool for intelligence analysis on Twitter.

tinfoleak can extract the following information: - Account info / User Activity / Protected Accounts / User Relations - Source Applications / User Devices / Use Frequency - Hashtags / Mentions / Likes - Text Analysis / Words Frequency / Media / Metadata - User Visited Places / User Routes / User Top Locations - Social Networks / Digital Identities - Geolocated Users / Tagged Users - Followers / Friends - Lists / Collections - Conversations

License

tinfoleak is released under the CC-BY-SA-4.0 license. See the LICENSE.txt file for additional details.

Installation

Install Python and dependencies:

sudo apt install python-pip python-dev build-essential python2.7-dev python-pyexiv2 python-openssl
sudo pip install --upgrade pip 
sudo pip install --upgrade virtualenv 
sudo pip install --upgrade tweepy
sudo pip install --upgrade pillow
sudo pip install --upgrade exifread
sudo pip install --upgrade jinja2 
sudo pip install --upgrade oauth2

Getting started

The first time you runs tinfoleak, you need to assign the OAuth settings.

  1. Edit "tinfoleak.conf"

Use your favorite editor ;-)

  1. Give value to these variables:

CONSUMER_KEY

CONSUMER_SECRET

ACCESS_TOKEN

ACCESS_TOKEN_SECRET

  • How to obtain these values:

https://developer.twitter.com/en/docs/basics/authentication/guides/access-tokens

  1. Save "tinfoleak.conf"

  2. Execute "tinfoleak.py"

Core symbols most depended-on inside this repo

show_ui_message
called by 176
tinfoleak.py
_fromUtf8
called by 127
main_window.py
_translate
called by 86
main_window.py
addRegexToken
called by 57
Output_Reports/js/Chart.bundle.js
_translate
called by 50
lists_window.py
addFormatToken
called by 46
Output_Reports/js/Chart.bundle.js
getParsingFlags
called by 37
Output_Reports/js/Chart.bundle.js
toInt
called by 37
Output_Reports/js/Chart.bundle.js

Shape

Function 464
Method 62
Class 27

Languages

TypeScript72%
Python28%

Modules by API surface

Output_Reports/js/Chart.bundle.js400 symbols
tinfoleak.py116 symbols
users_window.py5 symbols
relations_window.py5 symbols
main_window.py5 symbols
lists_window.py5 symbols
friends_window.py5 symbols
followers_window.py5 symbols
collections_window.py5 symbols
mylogo_rc.py2 symbols

For agents

$ claude mcp add tinfoleak \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact