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

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

Closed
commixreporter opened this issue Apr 4, 2024 · 0 comments

Comments

@commixreporter
Copy link

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants