sham00n / buster

An advanced tool for email reconnaissance
GNU General Public License v3.0
903 stars 167 forks source link

search by names throws off errors #7

Open jepunband opened 4 years ago

jepunband commented 4 years ago

└──╼ $buster -e abbyygail@hotmail.com -f abby -l gail [=]Validating 1 possible emails Traceback (most recent call last): File "/usr/local/bin/buster", line 11, in load_entry_point('buster==1.0.0', 'console_scripts', 'buster')() File "/usr/local/lib/python3.7/dist-packages/buster-1.0.0-py3.7.egg/buster/lib/run.py", line 155, in start email_info=validate_email(email) File "/usr/local/lib/python3.7/dist-packages/buster-1.0.0-py3.7.egg/buster/lib/validate_email.py", line 84, in validate_email breached_accts=email2breachedaccts(email,response[5]) File "/usr/local/lib/python3.7/dist-packages/buster-1.0.0-py3.7.egg/buster/lib/modules/avast.py", line 12, in email2breachedaccts if response.status_code==200: AttributeError: 'NoneType' object has no attribute 'status_code'