🔍Basic Usage
Blackbird can make mistakes. Consider checking the information.
👤 Username Reverse Search
python blackbird.py --username username1
python blackbird.py --username username1 username2 username3
python blackbird.py --username-file usernames.txt
📧 Email Reverse Search
python blackbird.py --email email1@email
python blackbird.py --email email1@email email2@email email3@email
python blackbird.py --email-file emails.txt
📁 Export
PDF
python blackbird.py --username p1ngul1n0 --pdf

CSV
python blackbird.py --username username1 --csv
JSON
python blackbird.py --username username1 --json
DUMP
Dump all found account HTTP responses.
python blackbird.py --username username1 --dump
Last updated