I get this error when trying to map dns information
File "photon.py", line 414, in
dnsdumpster(domain, output_dir)
File "/Users/.../Photon/plugins/dnsdumpster.py", line 11, in dnsdumpster
r"name='csrfmiddlewaretoken' value='(.*?)'", response).group(1)
AttributeError: 'NoneType' object has no attribute 'group'
I get this error when trying to map dns information
File "photon.py", line 414, in
dnsdumpster(domain, output_dir)
File "/Users/.../Photon/plugins/dnsdumpster.py", line 11, in dnsdumpster
r"name='csrfmiddlewaretoken' value='(.*?)'", response).group(1)
AttributeError: 'NoneType' object has no attribute 'group'