
Uno strumento OSINT per cercare account per nome utente ed email nei social network.
Blackbird è un potente strumento OSINT che combina ricerche rapide di nomi utente ed email su oltre 600 piattaforme con profilazione AI gratuita. Sfruttando progetti guidati dalla comunità come WhatsMyName, garantisce bassi tassi di falsi positivi e risultati di alta qualità. Le funzionalità includono filtri intelligenti, esportazioni PDF/CSV curate e analisi completamente automatizzate — tutto da una singola CLI.
Clona il repository
git clone https://github.com/p1ngul1n0/blackbird
cd blackbird
Installa i requisiti
pip install -r requirements.txt
Cerca per nome utente
python blackbird.py --username johndoe
Cerca per email
python blackbird.py --email [email protected]
Esporta i risultati in PDF
python blackbird.py --email --pdf
Blackbird integra un motore AI che analizza i siti in cui vengono trovati un nome utente o un'email e restituisce un profilo comportamentale e tecnico dell'utente — aiutandoti a capire di più, con meno sforzo.
Nessun dato sensibile viene condiviso — vengono inviati solo i nomi dei siti
L'utilizzo è completamente gratuito, con un limite giornaliero equo
I risultati AI sono inclusi anche nelle esportazioni PDF (--pdf)
python blackbird.py --setup-ai
python blackbird.py --username johndoe --ai
Per ulteriori dettagli sul progetto, visita la Documentazione
Blackbird è completamente integrato con il progetto WhatsMyName, che dispone di oltre 600 siti per eseguire ricerche inverse accurate dei nomi utente.
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.