commixproject / commix

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

Bug Report: Unhandled exception "AttributeError: 'bool' object has no attribute 'info'" (#c3ea99fa) #903

Closed commixreporter closed 7 months ago

commixreporter commented 7 months ago
Commix version: 3.9-stable
Python version: 3.11.8
Operating system: posix
Command line: commix.py -u ************************** -bin/index.cgi
Traceback (most recent call last):
  File "commix.py", line 35, in <module>
    main()
  File "commix.py", line 30, in main
    import src.core.main
  File "main.py", line 842, in <module>
    main(filename, url)
  File "main.py", line 529, in main
    controller.do_check(url, http_request_method, filename)
  File "controller.py", line 760, in do_check
    perform_checks(url, http_request_method, filename)
  File "controller.py", line 707, in perform_checks
    stored_http_header_injection(url, check_parameter, http_request_method, filename, timesec)
  File "controller.py", line 473, in stored_http_header_injection
    http_headers_injection(url, http_request_method, filename, timesec)
  File "controller.py", line 432, in http_headers_injection
    user_agent_injection(url, http_request_method, filename, timesec)
  File "controller.py", line 396, in user_agent_injection
    if not injection_proccess(url, check_parameter, http_request_method, filename, timesec):
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "controller.py", line 298, in injection_proccess
    modules_handler.load_modules(url, http_request_method, filename)
  File "modules_handler.py", line 34, in load_modules
    shellshock.shellshock_handler(url, http_request_method, filename)
  File "shellshock.py", line 333, in shellshock_handler
    elif len(response.info()) > 0 and cve in response.info():
             ^^^^^^^^^^^^^
AttributeError: 'bool' object has no attribute 'info'
github-actions[bot] commented 4 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.