aboul3la / Sublist3r

Fast subdomains enumeration tool for penetration testers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSLError

hackping opened this issue · comments

HTTPSConnectionPool(host='dnsdumpster.com', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLError('_ssl.c:645: The handshake operation timed out',),))
Exception in thread Thread-7:
Traceback (most recent call last):
File "C:\Python27\lib\threading.py", line 801, in __bootstrap_inner
self.run()
File "sublist3r.py", line 268, in run
domain_list = self.enumerate()
File "sublist3r.py", line 647, in enumerate
token = self.get_csrftoken(resp)
File "sublist3r.py", line 641, in get_csrftoken
token = csrf_regex.findall(resp)[0]
TypeError: expected string or buffer

Hey - you aren't getting the same error I was, but maybe try running the sublist3r.py script directly. Explained in my other answer here.

#317 (comment)