-
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
Virustotal is blocking requests #348
Comments
I am having the same issue |
This has been the case since April or something. Row 940 in sublist3r.py: Change: |
change User-Agent |
Anyone knows how to fix this issue? |
this doesnt fix the issue just makes it so you cant see the error. |
Similar what 0x43f said: class enumratorBase(object):
def __init__(self, base_url, engine_name, domain, subdomains=None, silent=False, verbose=True):
subdomains = subdomains or []
self.domain = urlparse.urlparse(domain).netloc
self.session = requests.Session()
self.subdomains = []
self.timeout = 25
self.base_url = base_url
self.engine_name = engine_name
self.silent = silent
self.verbose = verbose
self.headers = {
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Firefox/102.0',
'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,/;q=0.8',
'Accept-Language': 'en-US,en;q=0.8',
'Accept-Encoding': 'gzip',
}
self.print_banner() |
It doesn't fix the issue, here is the output:
|
error still same |
still showing same error anyone know how to fix this |
use proxies |
it is showing Virustotal is blocking the requests
I am using sublist3r directly from shell what should i do it
The text was updated successfully, but these errors were encountered: