Blackbird Tool in Termux – Installation & Usage Commands

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 -y

Install required packages:

pkg install python git rust -y

Clone Blackbird repository:

git clone https://github.com/p1ngul1n0/blackbird

Go to Blackbird directory:

cd blackbird

Install requirements:

pip install -r requirements.txt

Give executable permission:

chmod +x blackbird.py

Usage Commands

Search by username:

python blackbird.py --username sam

Search by email:

python blackbird.py --email sam@example.com

Export results to PDF:

python blackbird.py --email sam@example.com --pdf

Show help menu:

python blackbird.py --help

AI 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-ai

Use AI with username search:

python blackbird.py --username sam123 --ai

Use AI with email search:

python blackbird.py --email sam123@example.com --ai

Export AI results to PDF:

python blackbird.py --username sam123 --ai --pdf
SHARE THIS POST: