Introduction
In the age of social media, information is everywhere. But how can you sift through the noise and find exactly what you need? That’s where tools like tw1tter0s1nt come into play. Designed for Open Source Intelligence (OSINT) investigations on Twitter, tw1tter0s1nt is a Python tool that automates the process of gathering information from Twitter using the twint library.
What Does tw1tter0s1nt Do?
tw1tter0s1nt offers various modules to help you in your investigation:
- usernameSearch: Get usernames of your target’s followers.
- keyHunter: Find tweets containing specific keywords.
- mailHunter: Search for potential emails.
- numHunter: Search for potential phone numbers.
- followHunter: Get information on target’s followers.
- whoHunter: Find out who your target is following.
- soloInvestigation: Get current stats and more on your target.
- nearVan: Scrape tweets near a specific city.
- link3R: Scrape tweets with/without links.
- cl0udchas3r: Scrape tweets with minimum likes/retweets/replies.
- shadowHunter: Research shadow banned accounts.
- geoLocater: Attempt to grab user’s location.
How to Install tw1tter0s1nt?
Prerequisites
- You need the twint Python library. Installation guide here.

Installation Steps
- Clone the twint repository:
git clone --depth=1 https://github.com/twintproject/twint.git
- Navigate to the twint directory:
cd twint
- Install twint:
pip3 install . -r requirements.txt
- Clone the tw1tter0s1nt repository:
git clone https://github.com/falkensmz/tw1tter0s1nt.git
- Navigate to the tw1tter0s1nt directory:
cd tw1tter0s1nt
- Install requirements:
pip install -r requirements.txt
orpip3 install -r requirements.txt
- Make the script executable:
chmod +x twosint.py
- Run the script:
python3 twosint.py
Who Is This Tool For?
- Penetration Testers/Ethical Hackers
- Cybersecurity enthusiasts
- OSINT investigators
Use Case Scenarios
- Corporate Investigation: Finding information about competitors or potential business partners.
- Personal Security: Checking what information about you is publicly available.
- Criminal Investigation: Gathering evidence or information about suspects.
Conclusion
tw1tter0s1nt is a powerful tool that can simplify the process of Twitter OSINT investigation. Whether you’re a professional investigator or just curious about what’s out there, tw1tter0s1nt provides a user-friendly way to dig into the vast world of Twitter data.
.
Remember: Knowledge is power, but it comes with great responsibility.
For more OSINT resources and techniques, stay tuned to our blog and explore the exciting world of Open-Source Intelligence.