Blackbird: Username & Email Search OSINT Tool

Blackbird is a simple and powerful reconnaissance tool that helps you search for usernames and email addresses across hundreds of websites. It can find public profiles, collect useful information, and organize the results into different file formats. It also supports exporting the search results as CSV, PDF, and JSON files.

Installation Commands

Follow the commands below to install Blackbird in Termux. Copy and run each command one by one to install the tool.

Update Termux packages.

pkg update && pkg upgrade -y

Install the required packages.

pkg install python git clang make pkg-config libjpeg-turbo libpng freetype -y

Clone the Blackbird repository.

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

Move into the project directory.

cd blackbird

Install the required Python packages.

pip install -r requirements.txt

Run Blackbird.

python blackbird.py

Blackbird is now installed and ready to use.

Usage Commands

After installing Blackbird in Termux, you can use the following commands to search for usernames and email addresses on different websites.

Display the help menu.

python blackbird.py -h

Search for a username.

python blackbird.py -u John Cena

Search multiple usernames.

python blackbird.py -u robert alina rosey

Search usernames from a file.

python blackbird.py -uf usernames.txt

Search for an email address.

python blackbird.py -e example@gmail.com

Search multiple email addresses.

python blackbird.py -e user1@gmail.com user2@gmail.com

Search email addresses from a file.

python blackbird.py -ef emails.txt

Generate a CSV report.

python blackbird.py -u alina --csv

Generate a PDF report.

python blackbird.py -u alina --pdf

Generate a JSON report.

python blackbird.py -u alina --json

Show detailed output.

python blackbird.py -u alina -v

Use AI features.

python blackbird.py -u alina --ai

Filter websites by category.

python blackbird.py -u alina --filter "cat=social"

Exclude NSFW websites.

python blackbird.py -u alina --no-nsfw

Dump HTML content of found accounts.

python blackbird.py -u alina --dump

Use the command that matches your search, and Blackbird will check the supported websites for usernames or email addresses. The results will be displayed directly in the Termux terminal.

Overview

Blackbird helps you search usernames and email addresses across hundreds of websites with just a few commands. It is a useful tool for OSINT, digital footprint analysis, and online reconnaissance in Termux. It also makes it easier to collect publicly available information from one place.

SHARE THIS POST: