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
Please provide the details of the error. Try to provide the output and also steps to reproduce (if possible).
For some domain, I obtain the following Traceback :
Traceback (most recent call last):
File "datasploit.py", line 112, in <module>
main(sys.argv[1:])
File "datasploit.py", line 68, in main
auto_select_target(single_input, output)
File "datasploit.py", line 104, in auto_select_target
domainOsint.run(target, output)
File "/usr/toolz/datasploit/domainOsint.py", line 9, in run
osint_runner.run("domain", "domain", domain, output)
File "/usr/toolz/datasploit/osint_runner.py", line 30, in run
x.output(data, m_input)
File "/usr/toolz/datasploit/domain/domain_emailhunter.py", line 51, in output
if type(data) == list and data[1] == "INVALID_API":
IndexError: list index out of range
I don't understand why I have this error for some domains and not for others, how to solve this?
The text was updated successfully, but these errors were encountered:
Please provide the following details.
Host System
python --version
) : 2.7.15Error Description
Please provide the details of the error. Try to provide the output and also steps to reproduce (if possible).
For some domain, I obtain the following Traceback :
I don't understand why I have this error for some domains and not for others, how to solve this?
The text was updated successfully, but these errors were encountered: