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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: