百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
P

pwnedOrNot

> 编程语言
开源

用于查找受攻击电子邮件地址密码的 OSINT 工具

2.6K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

用于查找受攻击电子邮件地址密码的 OSINT 工具

OSINT Tool for Finding Passwords of Compromised Email Accounts

Created by Lohitya Pushkar (thewhiteh4t).
Twitter - Blog

| Available | in | | | ----------------------------------------- | ------------------------------------ | ------------------------------------------------- | | [BlackArch Linux](https://blackarch.org/) | [SecBSD](https://secbsd.org/) | [Tsurugi Linux](https://tsurugi-linux.org/) | | | | | --- pwnedOrNot works in two phases. In the **first** phase it tests the given email address using [**`HaveIBeenPwned v3 API`**](https://haveibeenpwned.com/API/v3) to find if the account have been breached in the past and in the **second** phase it searches the **password** in available **public dumps**. > [!IMPORTANT] > An API Key is required to use the tool. You can purchase a key from HIBP website linked below https://haveibeenpwned.com/API/v3 --- ## Featured OSINT Collection Tools for Pastebin - Jake Creps eForensics Magazine May 2020 --- ## Changelog https://github.com/thewhiteh4t/pwnedOrNot/wiki/Changelog --- ## Features [**haveibeenpwned**](https://haveibeenpwned.com/API/v3) offers a lot of information about the compromised email, pwnedOrNot displays most useful information such as : - Name of Breach - Domain Name - Date of Breach - Fabrication status - Verification Status - Retirement status - Spam Status ### About Passwords The chances of finding passwords depends upon the following factors : - If public dumps are available for the email address - If the public dumps are accessible - Sometimes the dumps are removed - If the public dump contains password - Sometimes a dump contains only email addresses #### Tested on - **Kali Linux** - **BlackArch Linux** - **Kali Nethunter** - **Termux** > Windows users are suggested to use Kali Linux WSL2 or a VM ## Installation **Ubuntu / Kali Linux / Nethunter / Termux** ```bash git clone https://github.com/thewhiteh4t/pwnedOrNot.git cd pwnedOrNot chmod +x install.sh ./install.sh ``` **BlackArch Linux** ```bash pacman -S pwnedornot ``` **Docker** ```bash git clone https://github.com/thewhiteh4t/pwnedOrNot.git docker build -t pon . docker run -it pon ``` ## Updates ```bash cd pwnedOrNot git pull ``` ## Usage ``` … ``` ### Add API key ``` # Using ENV variable : export PWNED_API_KEY="" # Using CLI argument : python3 pwnedornot.py -e [email protected] -k # Using config file : nano ~/.config/pwnedornot/config.json { "api_key": "" } ``` ### Examples ``` … ``` ## Demo

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Pythonapihacked-emailshaveibeenpwnedosint

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言