commixproject / commix

Automated All-in-One OS Command Injection Exploitation Tool.
https://commixproject.com
Other
4.6k stars 816 forks source link

Unhandled exception (#56438da3) #956

Closed commixreporter closed 2 months ago

commixreporter commented 2 months ago
Commix version: 2.4-dev#28
Python version: 2.7.11
Operating system: nt
Command line: commix.py --wizard
Traceback (most recent call last):
  File "commix.py", line 31, in <module>
    import src.core.main
  File "main.py", line 1186, in <module>
    response, url = url_response(url)
  File "main.py", line 233, in url_response
    response = examine_request(request)
  File "main.py", line 108, in examine_request
    headers.check_http_traffic(request)
  File "headers.py", line 198, in check_http_traffic
    response = urllib2.urlopen(request)
  File "urllib2.py", line 154, in urlopen
    return opener.open(url, data, timeout)
  File "urllib2.py", line 437, in open
    response = meth(req, response)
  File "urllib2.py", line 550, in http_response
    'http', request, response, code, msg, hdrs)
  File "urllib2.py", line 469, in error
    result = self._call_chain(*args)
  File "urllib2.py", line 409, in _call_chain
    result = func(*args)
  File "urllib2.py", line 656, in http_error_302
    return self.parent.open(new, timeout=req.timeout)
  File "urllib2.py", line 431, in open
    response = self._open(req, data)
  File "urllib2.py", line 449, in _open
    '_open', req)
  File "urllib2.py", line 409, in _call_chain
    result = func(*args)
  File "urllib2.py", line 1227, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "urllib2.py", line 1200, in do_open
    r = h.getresponse(buffering=True)
  File "httplib.py", line 1136, in getresponse
    response.begin()
  File "httplib.py", line 453, in begin
    version, status, reason = self._read_status()
  File "httplib.py", line 409, in _read_status
    line = self.fp.readline(_MAXLINE + 1)
  File "socket.py", line 480, in readline
    data = self._sock.recv(self._rbufsize)
error: [Errno 10054] An existing connection was forcibly closed by the remote host
stasinopoulos commented 2 months ago

Update to the latest (dev) version.

github-actions[bot] commented 1 month ago

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

This action has been performed automatically by a bot.