aboul3la / Sublist3r

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

Not working for some domains #331

Open AnkitaAngane opened 2 years ago

AnkitaAngane commented 2 years ago

Trying to enumerate sub-domains for domain but isn't returning anything. It is not working for domain name-xbizventures.com Kindly help.

pbryant-phew commented 2 years ago

Also seeing the same issue on master branch and Python 3.9.10 on Apple Silicon. I note that 3.4.x is recommended. Is 3.9.x not supported?

c0d3x27 commented 2 years ago

Also seeing the same issue on master branch and Python 3.9.10 on Apple Silicon. I note that 3.4.x is recommended. Is 3.9.x not supported?

I'm having the same problem, nothing is working. had you tried using 3.4?

xowia commented 1 year ago

Here is the fix:

1) nano sublist3r.py now scroll down and find class enumratorBase(object): 2) Under self.headers, replace User-Agent: value to Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 3) Now save and exit.

After all of that try to run the Sublist3r.. It should work fine now.