Skip to content
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

Open
RashdanAhmed opened this issue Nov 18, 2024 · 3 comments
Open

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

RashdanAhmed opened this issue Nov 18, 2024 · 3 comments

Comments

@RashdanAhmed
Copy link

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

@zachrousseau
Copy link

I am getting something very similar:

Exception in thread Thread-7:
Traceback (most recent call last):
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.12_3.12.1264.0_x64__qbz5n2kfra8p0\Lib\threading.py", line 1073, in _bootstrap_inner
    self.run()
  File "C:\Users\User\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\sublist3r.py", line 268, in run      
    domain_list = self.enumerate()
                  ^^^^^^^^^^^^^^^^
  File "C:\Users\User\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\sublist3r.py", line 647, in enumerate
    token = self.get_csrftoken(resp)
            ^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\user\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\sublist3r.py", line 641, in get_csrftoken
    token = csrf_regex.findall(resp)[0]
            ~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range

@zachrousseau
Copy link

Related issue: #386 (comment)

@zachrousseau
Copy link

Related issue: #384 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants