Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error during scanning #33

Open
jepunband opened this issue Apr 23, 2019 · 0 comments
Open

error during scanning #33

jepunband opened this issue Apr 23, 2019 · 0 comments

Comments

@jepunband
Copy link

[#] Done enumerating Subdomains

Raccoon scan finished

Task exception was never retrieved
future: <Task finished coro=<WebApplicationScanner.run_scan() done, defined at /usr/local/lib/python3.7/dist-packages/raccoon_scanner-0.8.5-py3.7.egg/raccoon_src/lib/web_app.py:219> exception=RequestHandlerException('Connection with server timed out')>
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 384, in _make_request
six.raise_from(e, None)
File "", line 3, in raise_from
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 380, in _make_request
httplib_response = conn.getresponse()
File "/usr/lib/python3.7/http/client.py", line 1321, in getresponse
response.begin()
File "/usr/lib/python3.7/http/client.py", line 296, in begin
version, status, reason = self._read_status()
File "/usr/lib/python3.7/http/client.py", line 257, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
File "/usr/lib/python3.7/socket.py", line 589, in readinto
return self._sock.recv_into(b)
socket.timeout: timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 449, in send
timeout=timeout
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 638, in urlopen
_stacktrace=sys.exc_info()[2])
File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 367, in increment
raise six.reraise(type(error), error, _stacktrace)
File "/usr/local/lib/python3.7/dist-packages/six.py", line 693, in reraise
raise value
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 600, in urlopen
chunked=chunked)
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 386, in _make_request
self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 306, in _raise_timeout
raise ReadTimeoutError(self, url, "Read timed out. (read timeout=%s)" % timeout_value)
urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='mojo.com', port=80): Read timed out. (read timeout=5)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/local/lib/python3.7/dist-packages/raccoon_scanner-0.8.5-py3.7.egg/raccoon_src/utils/request_handler.py", line 89, in send
return request(method, proxies=proxies, headers=self.headers, cookies=self.cookies, *args, **kwargs)
File "/usr/lib/python3/dist-packages/requests/api.py", line 60, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 533, in request
resp = self.send(prep, **send_kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 646, in send
r = adapter.send(request, **kwargs)
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 529, in send
raise ReadTimeout(e, request=request)
requests.exceptions.ReadTimeout: HTTPConnectionPool(host='mojo.com', port=80): Read timed out. (read timeout=5)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/local/lib/python3.7/dist-packages/raccoon_scanner-0.8.5-py3.7.egg/raccoon_src/lib/web_app.py", line 223, in run_scan
await self.get_web_application_info()
File "/usr/local/lib/python3.7/dist-packages/raccoon_scanner-0.8.5-py3.7.egg/raccoon_src/lib/web_app.py", line 201, in get_web_application_info
self._robots()
File "/usr/local/lib/python3.7/dist-packages/raccoon_scanner-0.8.5-py3.7.egg/raccoon_src/lib/web_app.py", line 108, in _robots
self.host.port
File "/usr/local/lib/python3.7/dist-packages/raccoon_scanner-0.8.5-py3.7.egg/raccoon_src/utils/request_handler.py", line 96, in send
raise RequestHandlerException("Connection with server timed out")
raccoon_src.utils.exceptions.RequestHandlerException: Connection with server timed out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant