commixproject / commix

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

Unhandled exception (#bf93605a) #886

Closed commixreporter closed 10 months ago

commixreporter commented 10 months ago
Commix version: 2.4-dev#28
Python version: 2.7.11
Operating system: nt
Command line: commix.py -u ************
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 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 417, in _read_status
    raise BadStatusLine(line)
BadStatusLine: ''
stasinopoulos commented 10 months ago

Update to the latest (dev) version.

github-actions[bot] commented 7 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related issues.