aboul3la / Sublist3r

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

local variable 'links' referenced before assignment #108

Open chuoicu opened 7 years ago

chuoicu commented 7 years ago

Process BaiduEnum-2: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/2.7/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

persebek commented 6 years ago

Also received the same error. Working on a pull request to fix.

persebek commented 6 years ago

Pull request #115 created to fix this issue.