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 'lower'" (#4cc2b431) #966

Closed commixreporter closed 1 month ago

commixreporter commented 1 month ago
Commix version: 4.0-dev#98
Python version: 3.10.4
Operating system: posix
Command line: commix.py --os=windows --skip=SKIP_PARA.. --all -u ********************************************************************************************** 
Traceback (most recent call last):
  File \"commix.py", line 36, in <module>
    main()
  File \"commix.py", line 31, in main
    import src.core.main
  File \"main.py", line 899, in <module>
    main(filename, url, http_request_method)
  File \"main.py", line 560, in main
    controller.do_check(url, http_request_method, filename)
  File \"controller.py", line 743, in do_check
    perform_checks(url, http_request_method, filename)
  File \"controller.py", line 715, in perform_checks
    headers_checks(url, http_request_method, filename, timesec)
  File \"controller.py", line 650, in headers_checks
    http_headers_injection(url, http_request_method, filename, timesec)
  File \"controller.py", line 481, in http_headers_injection
    menu.options.test_parameter and settings.USER_AGENT.lower() in menu.options.test_parameter.lower() or \
AttributeError: 'bool' object has no attribute 'lower'
github-actions[bot] commented 1 week 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.