You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Facing this error while running cloudflare_enum.py
Traceback (most recent call last):
File "./cloudflare_enum.py", line 223, in <module>
cloud.get_spreadsheet(sys.argv[2])
File "./cloudflare_enum.py", line 125, in get_spreadsheet
dns_data = self.get_domain_dns( domain )
File "./cloudflare_enum.py", line 77, in get_domain_dns
data = json.loads( r.text )
File "/usr/lib/python2.7/json/__init__.py", line 339, in loads
return _default_decoder.decode(s)
File "/usr/lib/python2.7/json/decoder.py", line 364, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
The text was updated successfully, but these errors were encountered:
I suppose Cloudflare has changed their API. Cloudflare technique is not very practical anyway, it's just a fancy technique. I'll go ahead and remove it soon.
Facing this error while running cloudflare_enum.py
The text was updated successfully, but these errors were encountered: