Skip to content

Python script to verify multiple email addresses for pwnage

Notifications You must be signed in to change notification settings

RonaldMiller17/haveibeenpwned

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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

10/31/2020: Refractoring for python 3.7

About

Python script to verify multiple email addresses for pwnage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%