D4Vinci / Cr3dOv3r

Know the dangers of credential reuse attacks.
MIT License
2k stars 413 forks source link

json.decoder error #45

Closed casimkhan closed 6 years ago

casimkhan commented 6 years ago

Hi just recently i have started experiencing below issue

[+] Checking email in public leaks... Traceback (most recent call last): File "Cr3d0v3r.py", line 140, in main() File "Cr3d0v3r.py", line 99, in main if ispwned.check_hackedEmails(email): File "/home/csirt/tools/Cr3dOv3r/Core/ispwned.py", line 10, in check_hackedEmails res = req.json() File "/usr/lib/python3/dist-packages/requests/models.py", line 808, in json return complexjson.loads(self.text, **kwargs) File "/usr/lib/python3.5/json/init.py", line 319, in loads return _default_decoder.decode(s) File "/usr/lib/python3.5/json/decoder.py", line 339, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.5/json/decoder.py", line 357, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

zatarra commented 6 years ago

That issue is fixed with this PR: https://github.com/D4Vinci/Cr3dOv3r/pull/47

D4Vinci commented 6 years ago

Duplicate of #46 See my answer there

D4Vinci commented 6 years ago

Version 0.4 just released! Fixed, added and improved many things. Check it out!