FeeiCN / ESD

Enumeration sub domains(枚举子域名)
https://yuque.com/esd
GNU General Public License v3.0
1.06k stars 162 forks source link

出现以下错误 #22

Closed TheFifthMan closed 5 years ago

TheFifthMan commented 6 years ago

(ESD) [22:00:21] xxxxxx ➜ code/github/esd» esd uulian.com 2018-07-12 22:00:40,224 [ESD] [INFO] Debug: False 2018-07-12 22:00:40,224 [ESD] [INFO] Total target domains: 1 2018-07-12 22:00:40,224 [ESD] [INFO] Version: 0.0.11 2018-07-12 22:00:40,224 [ESD] [INFO] ---------- 2018-07-12 22:00:40,224 [ESD] [INFO] Start domain: uulian.com 2018-07-12 22:00:40,360 [ESD] [INFO] Sub domain dict count: 170084 2018-07-12 22:00:40,360 [ESD] [INFO] Generate coroutines... 2018-07-12 22:00:40,413 [ESD] [INFO] 114.114.114.114 feei-esd-735 ['121.40.62.25'] 2018-07-12 22:00:51,521 [ESD] [INFO] 223.6.6.6 feei-esd-735 None 2018-07-12 22:00:55,818 [ESD] [INFO] 223.5.5.5 feei-esd-735 ['121.40.62.25'] 2018-07-12 22:00:55,818 [ESD] [INFO] Is all stable dns: NO, use the default dns server 2018-07-12 22:00:55,825 [ESD] [INFO] This is a wildcard domain, will enumeration subdomains use by DNS+RSC. 2018-07-12 22:00:55,826 [ESD] [INFO] Wildcard IPS: ['121.40.62.25'] Traceback (most recent call last): File "/Users/xxxxxx/code/github/ESD/lib/python3.6/site-packages/urllib3/connection.py", line 171, in _new_conn (self._dns_host, self.port), self.timeout, **extra_kw) File "/Users/xxxxxx/code/github/ESD/lib/python3.6/site-packages/urllib3/util/connection.py", line 56, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/Users/xxxxxx/.pyenv/versions/3.6.4/lib/python3.6/socket.py", line 745, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno 8] nodename nor servname provided, or not known

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/Users/xxxxxx/code/github/ESD/lib/python3.6/site-packages/urllib3/connectionpool.py", line 600, in urlopen chunked=chunked) File "/Users/xxxxxx/code/github/ESD/lib/python3.6/site-packages/urllib3/connectionpool.py", line 354, in _make_request conn.request(method, url, **httplib_request_kw) File "/Users/xxxxxx/.pyenv/versions/3.6.4/lib/python3.6/http/client.py", line 1239, in request self._send_request(method, url, body, headers, encode_chunked) File "/Users/xxxxxx/.pyenv/versions/3.6.4/lib/python3.6/http/client.py", line 1285, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/Users/xxxxxx/.pyenv/versions/3.6.4/lib/python3.6/http/client.py", line 1234, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/Users/xxxxxx/.pyenv/versions/3.6.4/lib/python3.6/http/client.py", line 1026, in _send_output self.send(msg) File "/Users/xxxxxx/.pyenv/versions/3.6.4/lib/python3.6/http/client.py", line 964, in send self.connect() File "/Users/xxxxxx/code/github/ESD/lib/python3.6/site-packages/urllib3/connection.py", line 196, in connect conn = self._new_conn() File "/Users/xxxxxx/code/github/ESD/lib/python3.6/site-packages/urllib3/connection.py", line 180, in _new_conn self, "Failed to establish a new connection: %s" % e) urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x106120898>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/Users/xxxxxx/code/github/ESD/lib/python3.6/site-packages/requests/adapters.py", line 445, in send timeout=timeout File "/Users/xxxxxx/code/github/ESD/lib/python3.6/site-packages/urllib3/connectionpool.py", line 638, in urlopen _stacktrace=sys.exc_info()[2]) File "/Users/xxxxxx/code/github/ESD/lib/python3.6/site-packages/urllib3/util/retry.py", line 398, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='feei-esd-735.uulian.com', port=80): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x106120898>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known',))

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/Users/xxxxxx/code/github/ESD/bin/esd", line 11, in sys.exit(main()) File "/Users/xxxxxx/code/github/ESD/lib/python3.6/site-packages/ESD/init.py", line 533, in main esd.run() File "/Users/xxxxxx/code/github/ESD/lib/python3.6/site-packages/ESD/init.py", line 433, in run self.wildcard_html = requests.get('http://{w_sub}.{domain}'.format(w_sub=self.wildcard_sub, domain=self.domain), headers=self.request_headers, timeout=10).text File "/Users/xxxxxx/code/github/ESD/lib/python3.6/site-packages/requests/api.py", line 72, in get return request('get', url, params=params, kwargs) File "/Users/xxxxxx/code/github/ESD/lib/python3.6/site-packages/requests/api.py", line 58, in request return session.request(method=method, url=url, kwargs) File "/Users/xxxxxx/code/github/ESD/lib/python3.6/site-packages/requests/sessions.py", line 512, in request resp = self.send(prep, send_kwargs) File "/Users/xxxxxx/code/github/ESD/lib/python3.6/site-packages/requests/sessions.py", line 622, in send r = adapter.send(request, kwargs) File "/Users/xxxxxx/code/github/ESD/lib/python3.6/site-packages/requests/adapters.py", line 513, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='feei-esd-735.uulian.com', port=80): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x106120898>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known',))

FeeiCN commented 5 years ago

更新esd版本,检查并重试