aboul3la / Sublist3r

Fast subdomains enumeration tool for penetration testers
GNU General Public License v2.0
9.72k stars 2.1k forks source link

Virustotal is blocking requests #348

Open gho5texe opened 1 year ago

gho5texe commented 1 year ago

it is showing Virustotal is blocking the requests I am using sublist3r directly from shell what should i do it

pillowpants95 commented 1 year ago

I am having the same issue

0xPrial commented 1 year ago

Getting same error 2022-11-29_20-08

rat-c commented 1 year ago

This has been the case since April or something. Row 940 in sublist3r.py:

Change: NetcraftEnum, DNSdumpster, Virustotal, ThreatCrowd, To: NetcraftEnum, DNSdumpster, ThreatCrowd,

0neXo0r commented 1 year ago

change User-Agent
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()

WANH3DA108 commented 1 year ago

Anyone knows how to fix this issue?

WANH3DA108 commented 1 year ago

This has been the case since April or something. Row 940 in sublist3r.py:

Change: NetcraftEnum, DNSdumpster, Virustotal, ThreatCrowd, To: NetcraftEnum, DNSdumpster, ThreatCrowd,

this doesnt fix the issue just makes it so you cant see the error.

nikdjukic commented 1 year ago

Similar what 0x43f said: Change to:

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()

image

AndrejGorodnij commented 1 year ago

It doesn't fix the issue, here is the output:

[-] Searching now in Baidu..
[-] Searching now in Yahoo..
[-] Searching now in Google..
[-] Searching now in Bing..
[-] Searching now in Ask..
[-] Searching now in Netcraft..
[-] Searching now in DNSdumpster..
[-] Searching now in Virustotal..
[-] Searching now in ThreatCrowd..
[-] Searching now in SSL Certificates..
[-] Searching now in PassiveDNS..
[!] Error: Virustotal probably now is blocking our requests
[!] Error: Google probably now is blocking our requests
[~] Finished now the Google Enumeration ...
FancybearIN commented 1 year ago

error still same

ayush001-mishra commented 10 months ago

still showing same error anyone know how to fix this

KruZira commented 9 months ago

still showing same error anyone know how to fix this

use proxies