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

[BUG] DNSDumpster & VirusTotal #393

Open
Wh1t3Rabyt3 opened this issue Mar 6, 2025 · 1 comment
Open

[BUG] DNSDumpster & VirusTotal #393

Wh1t3Rabyt3 opened this issue Mar 6, 2025 · 1 comment

Comments

@Wh1t3Rabyt3
Copy link

Hi there,

When launching Sublist3r, i got an error with DNSDumpster & VirusTotal (see logs below).

Can someone help me please ?

Cheers

LOGS

Process DNSdumpster-8:
Traceback (most recent call last):
  File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in _bootstrap
    self.run()
  File "/home/osint/Downloads/Sublist3r/sublist3r.py", line 268, in run
    domain_list = self.enumerate()
                  ^^^^^^^^^^^^^^^^
  File "/home/osint/Downloads/Sublist3r/sublist3r.py", line 647, in enumerate
    token = self.get_csrftoken(resp)
            ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/osint/Downloads/Sublist3r/sublist3r.py", line 641, in get_csrftoken
    token = csrf_regex.findall(resp)[0]
            ~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
[!] Error: Virustotal probably now is blocking our requests
@demiremrece
Copy link

I am not sure about DNSDumpster but I am pretty sure that you need an API KEY for VirusTotal.

export VIRUSTOTAL_API_KEY="your-api-key-here"

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