Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p1ngul1n0/blackbird
An OSINT tool to search for accounts by username and email in social networks.
https://github.com/p1ngul1n0/blackbird
cybersecurity osint pentesting python
Last synced: 3 days ago
JSON representation
An OSINT tool to search for accounts by username and email in social networks.
- Host: GitHub
- URL: https://github.com/p1ngul1n0/blackbird
- Owner: p1ngul1n0
- Created: 2022-05-06T14:25:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T23:56:43.000Z (26 days ago)
- Last Synced: 2025-01-02T00:00:37.764Z (10 days ago)
- Topics: cybersecurity, osint, pentesting, python
- Language: Python
- Homepage: https://p1ngul1n0.gitbook.io/blackbird/
- Size: 13.3 MB
- Stars: 2,970
- Watchers: 46
- Forks: 379
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - p1ngul1n0/blackbird - An OSINT tool to search for accounts by username and email in social networks. (Python)
- StarryDivineSky - p1ngul1n0/blackbird
README
# Blackbird
> Blackbird is a robust OSINT tool that facilitates rapid searches for user accounts by username or email across a wide array of platforms, enhancing digital investigations. It features WhatsMyName integration, export options in PDF, CSV, and HTTP response formats, and customizable search filters.
[![SherlockEyeCover](./docs/.gitbook/assets/sherlockeye_cover.jpg)](https://sherlockeye.io/)
### Setup
**Clone the repository**
```bash
git clone https://github.com/p1ngul1n0/blackbird
cd blackbird
```**Install requirements**
```bash
pip install -r requirements.txt
```### Usage
**Search by username**
```bash
python blackbird.py --username username1 username2 username3
```**Search by email**
```bash
python blackbird.py --email [email protected] [email protected] [email protected]
```**Export results to PDF**
```bash
python blackbird.py --email [email protected] --pdf
```## ✨ AI
Blackbird uses AI-powered NER models to improve metadata extraction, identifying key entities for faster and more accurate insights.
```bash
python blackbird.py --username username1 --ai
```## More
For more details about the project, visit the Docs### Project Developer
[Lucas Antoniaci](https://www.linkedin.com/in/lucas-antoniaci/) [![Brazil](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/br.png)](https://raw.githubusercontent.com/stevenrskelton/flag-icon/master/png/16/country-4x3/br.png)
### WhatsMyName
Blackbird is fully integrated with [WhatsMyName](https://github.com/WebBreacher/WhatsMyName) project, witch has 600+ sites to perform accurate reverse username search.
### Sponsors
[![DigitalOcean Referral Badge](https://web-platforms.sfo2.cdn.digitaloceanspaces.com/WWW/Badge%203.svg)](https://www.digitalocean.com/?refcode=eae02be1dd10&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge)
### Disclaimer
```
This or previous program is for Educational purpose ONLY. Do not use it without permission.
The usual disclaimer applies, especially the fact that me (P1ngul1n0) is not liable for any
damages caused by direct or indirect use of the information or functionality provided by these
programs. The author or any Internet provider bears NO responsibility for content or misuse
of these programs or any derivatives thereof. By using these programs you accept the fact
that any damage (dataloss, system crash, system compromise, etc.) caused by the use of these
programs is not P1ngul1n0's responsibility.
```