Hi, The censys.io module is not working. And I get this error:
Traceback (most recent call last): File "/home/kali/Desktop/ReconDog/dog", line 85, in <module> dog(choice, target) File "/home/kali/Desktop/ReconDog/dog", line 67, in dog hq(choice) File "/home/kali/Desktop/ReconDog/core/hq.py", line 80, in hq plugin(validatedInp) File "/home/kali/Desktop/ReconDog/plugins/censys.py", line 8, in censys response = clean_response.split('<code class="json">')[1].split('</code>')[0] IndexError: list index out of range
Please fix it if that is a bug.
Hi, The censys.io module is not working. And I get this error:
Traceback (most recent call last): File "/home/kali/Desktop/ReconDog/dog", line 85, in <module> dog(choice, target) File "/home/kali/Desktop/ReconDog/dog", line 67, in dog hq(choice) File "/home/kali/Desktop/ReconDog/core/hq.py", line 80, in hq plugin(validatedInp) File "/home/kali/Desktop/ReconDog/plugins/censys.py", line 8, in censys response = clean_response.split('<code class="json">')[1].split('</code>')[0] IndexError: list index out of rangePlease fix it if that is a bug.