-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting Error ------> token = csrf_regex.findall(resp)[0] #385
Comments
I am getting something very similar:
|
Related issue: #386 (comment) |
Related issue: #384 (comment) |
getting the same error on Debian 12 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the error I get when I run the tool
Please rectify the as soon as possible
Process DNSdumpster-8:
Traceback (most recent call last):
File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in _bootstrap
self.run()
File "/home/kali/.local/lib/python3.11/site-packages/sublist3r.py", line 268, in run
domain_list = self.enumerate()
^^^^^^^^^^^^^^^^
File "/home/kali/.local/lib/python3.11/site-packages/sublist3r.py", line 648, in enumerate
token = self.get_csrftoken(resp)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/.local/lib/python3.11/site-packages/sublist3r.py", line 641, in get_csrftoken
token = csrf_regex.findall(resp)[0]
~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: