Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
twint-utils — Collection of scripts for The TWINT project | Kitploit
Tools/GitHubGitHub/twintproject/twint-utils
OSINT (Open Source Intelligence)Scripting & AutomationInformation GatheringSocial EngineeringLearning & EducationCurated ResourcesArchived
GitHubtwintproject/twint-utils

twint-utils

Collection of scripts for The TWINT project

View Repository
5386 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

twint-utils

These are utilizations of Twint. Please check out our collaboration guidelines to contribute to these.

Mutuals Detector

Mufos.py uses Twint to detect a given seed accounts mutual followers. It can be incorporated into other more elaborate pipelines for social networks or millieu detection. It is too slow to be useful right now for accounts with massive follower/Following. Here is a hosted version that you can open in playground mode to play with.

Media Downloader

accepts twint.output.tweets_list as an argument.

root@kitploit:~
from twint_utils.tweets import media_downloader

tweets = twint.output.tweets_list                              
location = "./"
media_downloader.download_photos(get_tweets(tweets), location)
media_downloader.download_videos(get_tweets(tweets), location)

Link Counter (link_counter.py)

This code takes a list of twitter usernames, iterates over them to find tweets where they shared links, and then sums up the base URLs of everyones links combined and turns it into a matplotlib bar graph. Please check code documentation for usage guidance. The code does take a bit to run depending on your tweet limit and how many accounts you pull. Non-coder friendly hosted version here.

Related Hashtags Detector (related_hashtags.py)

This notebook finds other hashtags that are most commonly found with a given hashtag and creates a bar graph of them. This can be used to track how disinformation campaigns or stories are happening. Non-coder friendly hosted version here.

Download Tool