thewhiteh4t / pwnedOrNot

OSINT Tool for Finding Passwords of Compromised Email Addresses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check() failing to display Output.

bd0n4lds opened this issue · comments

I run the script with just email address

sudo python3 pwnedornot.py -e (vaild email address)

Traceback (most recent call last):
File "pwnedornot.py", line 312, in
main()
File "pwnedornot.py", line 69, in main
check()
File "pwnedornot.py", line 110, in check
+ G + '[+]' + C + ' Spam : ' + W + str(item['IsSpamList']))
KeyError: 'Title'

@bdonalds are you getting this error every time?
Did you try any other email address?
Test with 12345@gmail.com

It continues to fail. I am using python 3.5.3

@bdonalds if you use either twitter or telegram, please contact me :
https://twitter.com/thewhiteh4t
https://t.me/thewhiteh4t

I have the same issue - tried on MacOS with Python 3.7.3. Listening to any solution for this now :)

@timothe can you contact me on twitter or telegram? Links are above, I would highly appreciate it.

@timothe thanks a lot once again!
@bdonalds fixed in 9556136
cd pwnedornot
git pull
Closing.