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 "TypeError: argument of type 'bool' is not iterable" (#e1e051ad) #915

Closed commixreporter closed 6 months ago

commixreporter commented 6 months ago
Commix version: 4.0-dev#18
Python version: 3.11.8
Operating system: posix
Command line: commix.py --url=****************************************************** --cookie=*************** -p ***** 
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 867, in <module>
    main(filename, url)
  File "main.py", line 535, in main
    controller.do_check(url, http_request_method, filename)
  File "controller.py", line 768, in do_check
    perform_checks(url, http_request_method, filename)
  File "controller.py", line 705, in perform_checks
    cookie_injection(url, http_request_method, filename, timesec)
  File "controller.py", line 528, in cookie_injection
    injection_proccess(url, check_parameter, http_request_method, filename, timesec)
  File "controller.py", line 279, in injection_proccess
    elif check_parameter.lower() not in menu.options.data:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: argument of type 'bool' is not iterable
stasinopoulos commented 6 months ago

Update to the latest (dev) version.

github-actions[bot] commented 3 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.