aboul3la / Sublist3r

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

Baidu - Subdomain Enum issue #80

Open Hax0rG1rl opened 7 years ago

Hax0rG1rl commented 7 years ago

Hi,

Trying to use your tool I got this erro just seconds after I start the process:

" Process BaiduEnum-2: Traceback (most recent call last): File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap self.run() File "sublist3r.py", line 264, in run domain_list = self.enumerate() File "sublist3r.py", line 237, in enumerate links = self.extract_domains(resp) File "sublist3r.py", line 489, in extract_domains return links UnboundLocalError: local variable 'links' referenced before assignment " Any idea how to fix this?

Cheers.

hannestrunde commented 7 years ago

See #82 for a workaround..