Tinfoleak v2.4: the most complete open source tool for Twitter intelligence analysis
The most complete open source tool for the intelligence analysis of Twitter.
Introduction
tinfoleak is an open source tool within the disciplines OSINT (Open Source Intelligence) and SOCMINT (Social Media Intelligence), which automates the extraction of information on Twitter and facilitates the subsequent analysis for the generation of intelligence. Taking a user identifier, geographic coordinates or keywords, tinfoleak analyzes the Twitter timeline to extract large volumes of data and show useful and structured information to the intelligence analyst.
tinfoleak is included in several Linux Distros: Kali , CAINE , BlackArch and Finder . It is currently the most complete open source tool for intelligence analysis on Twitter.
tinfoleak is included in several Linux Distros: Kali , CAINE , BlackArch and Finder . It is currently the most complete open source tool for intelligence analysis on Twitter.
Tinfoleak can extract the following information:
- Account information / User activity / Protected accounts
- Source applications / User devices / Frequency of use
- Hashtags / Mentions / I like it
- Text Analysis / Words Frequency / Media / Metadata
- Places visited by the user / User routes / User's main locations
- Social networks / Digital identities
- Geolocated users / Tagged users
- Followers / Friends
- Lists / Collections
- Conversations
Installation
Install python and dependencies
user @ computer: $ 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
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




