tinfoleak v2.4 released: open-source tool for Twitter intelligence analysis
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, it analyzes the Twitter timeline to extract great volumes of data and show useful and structured information to the intelligence analyst.
It 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
Installation
Usage
The first time you runs, you need to assign the OAuth settings.
- Edit “tinfoleak.conf”
Use your favorite editor 😉
- 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
- Save “tinfoleak.conf”
- Execute “tinfoleak.py”
Source: https://github.com/vaguileradiaz