/pwn_check

Checks if the given emails have been pwned.

Primary LanguagePython

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

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

Output example_1

python pwn_pastes.py

Output example_2

Demo

© @danlopgom