Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/houbbit/haveibeenpwned

Python script to verify multiple email addresses for pwnage
https://github.com/houbbit/haveibeenpwned

Last synced: about 1 month ago
JSON representation

Python script to verify multiple email addresses for pwnage

Awesome Lists containing this project

README

        

# 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