A robust OSINT (Open-Source Intelligence) tool for searching user accounts by username or email across various platforms.
git clone https://github.com/p1ngul1n0/blackbird
pip install -r requirements.txt
python blackbird.py --username username1 username2 username3
python blackbird.py --email [email protected] [email protected] [email protected]
python blackbird.py --email [email protected] --pdf
Blackbird uses AI-powered NER (Named Entity Recognition) models for improved metadata extraction and entity identification.
python blackbird.py --username username1 --ai
Lucas Antoniaci
Fully integrated with the WhatsMyName project, which provides 600+ sites for reverse username search.
> Visit blackbird Website <