#385·Sublist3r

Getting Error ------> token = csrf_regex.findall(resp)[0]

Author: RashdanAhmedCreated Nov 18, 2024Updated Feb 2, 2025

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