aboul3la / Sublist3r

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

DNSDumpster is down. Other services stop working #142

Open puzanov opened 6 years ago

puzanov commented 6 years ago
HTTPSConnectionPool(host='dnsdumpster.com', port=443): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7fbbc4ae19d0>: Failed to establish a new connection: [Errno 111] Connection refused',))
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 639, in enumerate
    token = self.get_csrftoken(resp)
  File "./sublist3r.py", line 634, in get_csrftoken
    token = csrf_regex.findall(resp)[0]
TypeError: expected string or buffer
^CTraceback (most recent call last):
  File "./sublist3r.py", line 981, in <module>
    res = main(domain, threads, savefile, ports, silent=False, verbose=verbose, enable_bruteforce=enable_bruteforce, engines=engines)
  File "./sublist3r.py", line 927, in main
    enum.join()
  File "/usr/lib/python2.7/multiprocessing/process.py", line 148, in join
    res = self._popen.wait(timeout)
  File "/usr/lib/python2.7/multiprocessing/forking.py", line 154, in wait
puzanov commented 6 years ago

This error prints on start and than no valid output happens.