pwn_check
pwn_check copied to clipboard
Checks if the given emails have been pwned.
Have You Been Pwned? (v3)
Tool to check if the given emails have been pwned in any security breach or public URL/paste.
It uses haveibeenpwned.com API.
Scheme

Installation
⚠ First, put your HIBP API key on key.py
Install dependencies with pip (only installs "requests" lib):
pip install -r requirements.txt
Usage
python pwn_search.py
OR
python pwn_pastes.py
Output examples
python pwn_search.py

python pwn_pastes.py

Demo
© @danlopgom