
一款用于通过用户名和电子邮件在社交网络中搜索账号的开源情报工具。
Blackbird 是一款强大的 OSINT 工具,它将超过 600 个平台上的快速用户名和电子邮件搜索与免费的人工智能分析功能相结合。通过利用像 WhatsMyName 这样的社区驱动项目,它确保了低误报率和高质量的结果。功能包括智能过滤器、精美的 PDF/CSV 导出以及完全自动化的分析——所有这些都来自一个 CLI。
克隆仓库
git clone https://github.com/p1ngul1n0/blackbird
cd blackbird
安装依赖
pip install -r requirements.txt
按用户名搜索
python blackbird.py --username johndoe
按电子邮件搜索
python blackbird.py --email [email protected]
导出结果为 PDF
python blackbird.py --email --pdf
Blackbird 集成了一款 AI 引擎,可分析找到用户名或电子邮件的站点,并返回用户的行为和技术特征——帮助您用更少的精力了解更多。
不共享敏感数据——仅发送站点名称
使用完全免费,有合理的每日限制
AI 结果也包含在 PDF 导出中 (--pdf)
python blackbird.py --setup-ai
python blackbird.py --username johndoe --ai
有关项目的更多详细信息,请访问文档
Blackbird 与 WhatsMyName 项目完全集成,该项目拥有 600 多个站点,可以执行精确的反向用户名搜索。
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.