https://github.com/houbbit/haveibeenpwned
Python script to verify multiple email addresses for pwnage
https://github.com/houbbit/haveibeenpwned
Last synced: 4 months ago
JSON representation
Python script to verify multiple email addresses for pwnage
- Host: GitHub
- URL: https://github.com/houbbit/haveibeenpwned
- Owner: houbbit
- Created: 2016-12-21T14:30:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-01-22T15:21:13.000Z (almost 6 years ago)
- Last Synced: 2024-11-21T17:41:29.899Z (12 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 66
- Watchers: 5
- Forks: 45
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - houbbit/haveibeenpwned - Python script to verify multiple email addresses for pwnage (Python)
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] 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