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
blackbird — An OSINT tool to search for accounts by username and email in social networks. | Kitploit
Tools/GitHubGitHub/p1ngul1n0/blackbird
OSINT (Open Source Intelligence)ReconnaissanceOSINT for Social EngineeringInformation GatheringSocial EngineeringEmail HarvestingTop in Email Harvesting #8Top in OSINT (Open Source Intelligence) #10Top in OSINT for Social Engineering #9Top in Social Engineering #17
7.5k844191 year 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
GitHubp1ngul1n0/blackbird

blackbird

An OSINT tool to search for accounts by username and email in social networks.

View RepositoryWebsite

Blackbird

Blackbird is a powerful OSINT tool that combines fast username and email searches across more than 600 platforms with free AI-powered profiling. By leveraging community-driven projects like WhatsMyName, it ensures low false positive rates and high-quality results. Features include smart filters, polished PDF/CSV exports, and fully automated analysis — all from a single CLI.


SherlockEyeCover

Setup

Clone the repository

root@kitploit:~
git clone https://github.com/p1ngul1n0/blackbird
cd blackbird

Install requirements

root@kitploit:~
pip install -r requirements.txt

Usage

Search by username

root@kitploit:~
python blackbird.py --username johndoe

Search by email

root@kitploit:~
python blackbird.py --email [email protected] 

Export results to PDF

root@kitploit:~
python blackbird.py --email  --pdf

✨ AI (Free)

Blackbird integrates an AI engine that analyzes the sites where a username or email is found and returns a behavioral and technical profile of the user — helping you understand more, with less effort.

  • No sensitive data is shared — only site names are sent

  • Usage is completely free, with a fair daily limit

  • AI results are also included in PDF exports (--pdf)

Generate an API key:

root@kitploit:~
python blackbird.py --setup-ai

Use it

root@kitploit:~
python blackbird.py --username johndoe --ai

More

For more details about the project, visit the Docs

Project Developer

Lucas Antoniaci

WhatsMyName

Blackbird is fully integrated with WhatsMyName project, witch has 600+ sites to perform accurate reverse username search.

Sponsors

DigitalOcean Referral Badge

Disclaimer

root@kitploit:~
This or previous program is for Educational purpose ONLY. Do not use it without permission. 
The usual disclaimer applies, especially the fact that me (P1ngul1n0) is not liable for any 
damages caused by direct or indirect use of the information or functionality provided by these 
programs. The author or any Internet provider bears NO responsibility for content or misuse 
of these programs or any derivatives thereof. By using these programs you accept the fact 
that any damage (dataloss, system crash, system compromise, etc.) caused by the use of these 
programs is not P1ngul1n0's responsibility.
Download Tool