All Projects → vaguileradiaz → Tinfoleak

vaguileradiaz / Tinfoleak

Licence: cc-by-sa-4.0
The most complete open-source tool for Twitter intelligence analysis

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Tinfoleak

Iky
OSINT Project
Stars: ✭ 203 (-87.26%)
Mutual labels:  osint, intelligence, twitter
TIGMINT
TIGMINT: OSINT (Open Source Intelligence) GUI software framework
Stars: ✭ 195 (-87.76%)
Mutual labels:  intelligence, osint, socmint
Scylla
The Simplistic Information Gathering Engine | Find Advanced Information on a Username, Website, Phone Number, etc.
Stars: ✭ 154 (-90.33%)
Mutual labels:  osint, intelligence
Scylla
The Simplistic Information Gathering Engine | Find Advanced Information on a Username, Website, Phone Number, etc.
Stars: ✭ 424 (-73.38%)
Mutual labels:  intelligence, osint
tweetsmapper
Twitter geo intelligence tool. Generates a Leaflet map for a given user or from an existing collection of tweets.
Stars: ✭ 23 (-98.56%)
Mutual labels:  osint, twitter
Twitwork
Monitor twitter stream
Stars: ✭ 133 (-91.65%)
Mutual labels:  osint, twitter
Opencti
Authors
Stars: ✭ 2,165 (+35.91%)
Mutual labels:  osint, intelligence
Urlhunter
a recon tool that allows searching on URLs that are exposed via shortener services
Stars: ✭ 934 (-41.37%)
Mutual labels:  osint, intelligence
Sn0int
Semi-automatic OSINT framework and package manager
Stars: ✭ 814 (-48.9%)
Mutual labels:  osint, intelligence
Holehe
holehe allows you to check if the mail is used on different sites like twitter, instagram and will retrieve information on sites with the forgotten password function.
Stars: ✭ 568 (-64.34%)
Mutual labels:  osint, twitter
Xray
XRay is a tool for recon, mapping and OSINT gathering from public networks.
Stars: ✭ 1,666 (+4.58%)
Mutual labels:  osint, intelligence
Tia
Your Advanced Twitter stalking tool
Stars: ✭ 98 (-93.85%)
Mutual labels:  osint, twitter
spry
social media intelligence from the command line
Stars: ✭ 40 (-97.49%)
Mutual labels:  osint, socialmedia
Twitter Advanced Search
Advanced Search for Twitter.
Stars: ✭ 269 (-83.11%)
Mutual labels:  osint, twitter
Dfw1n Osint
Australian Open Source Intelligence Gathering Resources, Australias Largest Open Source Intelligence Repository for Cyber Professionals and Ethical Hackers
Stars: ✭ 63 (-96.05%)
Mutual labels:  osint, intelligence
Twint
An advanced Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API, allowing you to scrape a user's followers, following, Tweets and more while evading most API limitations.
Stars: ✭ 12,102 (+659.7%)
Mutual labels:  osint, twitter
Twitterbot
Several PHP scripts for making Twitter bots that retweet certain terms, or post from a data source (rss, database, markov body, picture folder).
Stars: ✭ 106 (-93.35%)
Mutual labels:  twitter
Spring Webmvc Pac4j
Security library for Spring Web MVC: OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 110 (-93.09%)
Mutual labels:  twitter
Forget
Continuous post deletion for twitter and mastodon
Stars: ✭ 104 (-93.47%)
Mutual labels:  twitter
Hyprpulse
Brute force multiple accounts at once
Stars: ✭ 105 (-93.41%)
Mutual labels:  twitter

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
  1. Save "tinfoleak.conf"
  1. Execute "tinfoleak.py"

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