Blackbird is an advanced OSINT tool used to search usernames and email addresses across many websites. It helps in digital footprint analysis, reconnaissance, and profile discovery directly from Termux. Blackbird also includes a free AI feature that analyzes discovered profiles and generates behavioral insights based on the detected platforms. You can easily run Blackbird in Termux using Python and Git on Android. Here are some things you can do with Blackbird in Termux:
- Search usernames across multiple websites.
- Search email presence online.
- Generate AI-based profile analysis.
- Export search reports to PDF.
- Perform OSINT and reconnaissance tasks.
- Analyze digital footprints directly from Android.
- Practice cybersecurity and ethical hacking research.
Installation Commands
Update Termux packages:
pkg update && pkg upgrade -yInstall required packages:
pkg install python git rust -yClone Blackbird repository:
git clone https://github.com/p1ngul1n0/blackbirdGo to Blackbird directory:
cd blackbirdInstall requirements:
pip install -r requirements.txtGive executable permission:
chmod +x blackbird.pyUsage Commands
Search by username:
python blackbird.py --username samSearch by email:
python blackbird.py --email sam@example.comExport results to PDF:
python blackbird.py --email sam@example.com --pdfShow help menu:
python blackbird.py --helpAI Feature Commands
Blackbird also includes a free AI feature that analyzes discovered usernames and email results to generate technical and behavioral insights. These commands help you set up the AI feature, generate an API key, and perform AI-powered profile analysis directly from Termux.
Note: Sometimes the AI feature may not work properly due to API limits, server issues, or invalid responses.
Generate AI API key:
python blackbird.py --setup-aiUse AI with username search:
python blackbird.py --username sam123 --aiUse AI with email search:
python blackbird.py --email sam123@example.com --aiExport AI results to PDF:
python blackbird.py --username sam123 --ai --pdf