aboul3la / Sublist3r

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

Update sublist3r.py #310

Open Baikeryoyo opened 3 years ago

Baikeryoyo commented 3 years ago

[!] Error: Virustotal probably now is blocking our requests解决方法 在sublist3r.py中 https://www.virustotal.com/ui/domains/{domain}/subdomains 把上面的地址,改为下面的地址 https://www.virustotal.com/gui/domain/{{dommain}}/details this one works

c0d3x27 commented 2 years ago

[!] Error: Virustotal probably now is blocking our requests解决方法 在sublist3r.py中 https://www.virustotal.com/ui/domains/{domain}/subdomains 把上面的地址,改为下面的地址 https://www.virustotal.com/gui/domain/{{dommain}}/details this one works

this commit is full of errors /gui/domain/{{dommain}}/details this one works //what is this? what is dommain also it shouldn't be domains instead of domain?