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

Virustotal is probably blocking the request #299

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dreamer1eh
Copy link

Virustotal is probably blocking the request because virustotal subdomain base URL is changed by virustotal.
So, Sublist3r got an error of virustotal probably blocking the request.
But now it is processing after it's updation. It is now just show following error text now, but just wait it will got work:

Process Virustotal-9:
Traceback (most recent call last):
File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap
self.run()
File "/root/Sublist3r/sublist3r.py", line 268, in run
domain_list = self.enumerate()
File "/root/Sublist3r/sublist3r.py", line 700, in enumerate
resp = json.loads(resp)
File "/usr/lib/python3.9/json/init.py", line 346, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3.9/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python3.9/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
/root/Sublist3r/sublist3r.py:614: DeprecationWarning: please use dns.resolver.Resolver.resolve() instead
ip = Resolver.query(host, 'A')[0].to_text()

***NOTE: This is a very important update so that users can get help to use it conveniently.

Virustotal is probably blocking the request because virustotal subdomain base URL is changed by virustotal.
So, Sublist3r got an error of virustotal probably blocking the request.
But now it is processing after it's updation. It is now just show following error text now, but just wait it will got work:

Process Virustotal-9:
Traceback (most recent call last):
  File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap
    self.run()
  File "/root/Sublist3r/sublist3r.py", line 268, in run
    domain_list = self.enumerate()
  File "/root/Sublist3r/sublist3r.py", line 700, in enumerate
    resp = json.loads(resp)
  File "/usr/lib/python3.9/json/__init__.py", line 346, in loads
    return _default_decoder.decode(s)
  File "/usr/lib/python3.9/json/decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/lib/python3.9/json/decoder.py", line 355, in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
/root/Sublist3r/sublist3r.py:614: DeprecationWarning: please use dns.resolver.Resolver.resolve() instead
  ip = Resolver.query(host, 'A')[0].to_text()


***NOTE: This is a very important update so that users can get help to use it conveniently.
Copy link

@its0x08 its0x08 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why would this work ?!
It returns HTML from homepage not JSON as expected..

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

Successfully merging this pull request may close these issues.

None yet

2 participants