pedrohc / check-pwned

A script to check internet databases for pwned accounts
2 stars 1 forks source link

Improove -p arg to extend result insted of substituting it. #2

Closed pedrohc closed 7 years ago

pedrohc commented 7 years ago

check-pwned -p parameter gives different results for same accounts.

python check-pwned.py -a xxxxxxx@xxxxxx.com [+]Checking in haveibeenpwned.com database. xxxxxxx@xxxxxx.com - PWNED QuinStreet

python check-pwned.py -a rxxxxxxx@xxxxxx.com -p [+]Checking in haveibeenpwned.com database. xxxxxxx@xxxxxx.com - CLEAN OR NO PASTES FOUND

Make it give the same PWNED result, but extend output with the pastebin leak.

pedrohc commented 7 years ago

Done in commit fe8e3dd.