Kali Linux Tools

Blackbird – OSINT Tool to Find Accounts Using Username

Blackbird is a user name enumeration tool developed by Cyber Hunter Lab. This is one of the OSINT tools to find usernames across social media websites.

What is OSINT?

Open-source intelligence (OSINT) methods involve collecting, analyzing, and disseminating publicly available information to address specific intelligence requirements.

This information is gathered from diverse sources and distributed to the appropriate audience at the appropriate time.

Using these tools enables the comprehensive analysis and collection of information about a particular topic. However, the process can be laborious and time-consuming.

Blackbird Tool

This new user enumeration tool was developed by Cyber Hunter Lab and allowed to use only for Educational purposes.

The tool will check for over 581 websites within a second for a given username and display a graphical result.

The tool was found to be developed in React JS and is available to use with Linux, Mac, and Windows platforms.

According to the developers, the tool has over 1000 UserAgents to cross the information from the social media for the targeted username.

The tool can also extract data such as bio, location, and profile picture along with the username.

Features

  • Implement Flask Web Server to optimize UX
  • Export results in PDF
  • Implement metadata extraction
  • Publish a docker image
  • Deploy on Cloud
  • Export results in CSV

Installation

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

Install requirements

pip install -r requirements.txt

Usage

Search by username
python blackbird.py -u username

To Find Supported Websites

python blackbird.py –list-sites

To Use proxy

python blackbird.py -u crash –proxy http://127.0.0.1:8080

Please consider following and supporting us to stay updated with the latest information.

Linumonk

Recent Posts

Kali Linux 2024.4 Released, What’s New?

Kali Linux 2024.4, the final release of 2024, brings a wide range of updates and…

2 hours ago

Lifetime-Amsi-EtwPatch : Disabling PowerShell’s AMSI And ETW Protections

This Go program applies a lifetime patch to PowerShell to disable ETW (Event Tracing for…

2 hours ago

GPOHunter – Active Directory Group Policy Security Analyzer

GPOHunter is a comprehensive tool designed to analyze and identify security misconfigurations in Active Directory…

2 days ago

2024 MITRE ATT&CK Evaluation Results – Cynet Became a Leader With 100% Detection & Protection

Across small-to-medium enterprises (SMEs) and managed service providers (MSPs), the top priority for cybersecurity leaders…

5 days ago

SecHub : Streamlining Security Across Software Development Lifecycles

The free and open-source security platform SecHub, provides a central API to test software with…

1 week ago

Hawker : The Comprehensive OSINT Toolkit For Cybersecurity Professionals

Don't worry if there are any bugs in the tool, we will try to fix…

1 week ago