JeffBarron / haveibeenpwned

Python script to verify multiple email addresses for pwnage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

haveibeenpwned

Python script to verify multiple email addresses for pwnage

usage: -h, --help show this help message and exit -a ADDRESS Single email address to be checked -f FILENAME File to be checked with one email addresses per line

This tool respects the rate limit (HTTP 429) and adjusts accordingly. Output is in color to show the differences between breached and not breached.

Example output:

[i] info@example.com has not been breached.

[!] lastfm@example.com has been breached!

[!] Rate limit exceeded, server instructed us to retry after 2 seconds Refer to acceptable use of API: https://haveibeenpwned.com/API/v2#AcceptableUse

[i] example@example.com has not been breached.

EOF:w

About

Python script to verify multiple email addresses for pwnage


Languages

Language:Python 100.0%