aboul3la / Sublist3r

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

solve this error #183

Open shadihh9 opened 5 years ago

shadihh9 commented 5 years ago

HTTPSConnectionPool(host='dnsdumpster.com', port=443): Read timed out. (read timeout=25) Process DNSdumpster-8: Traceback (most recent call last): File "/usr/lib/python2.7/multiprocessing/process.py", line 267, in _bootstrap self.run() File "sublist3r.py", line 264, in run domain_list = self.enumerate() File "sublist3r.py", line 643, in enumerate self.extract_domains(post_resp) File "sublist3r.py", line 655, in extract_domains results_tbl = tbl_regex.findall(resp)[0] TypeError: expected string or buffer

AdriiiPRodri commented 4 years ago

Hi @shadihh9,

This problem is solved as described here.

@aboul3la I suggest to add the changes to the master branch or if you want to avoid adding another dependency, the regex should be reviewed.