Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 715 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 715 Bytes

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] [email protected] has not been breached.

[!] [email protected] 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] [email protected] has not been breached.

EOF:w