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 "IndexError: list index out of range" (#4fb238ca) #971

Open
commixreporter opened this issue Oct 19, 2024 · 0 comments
Assignees
Milestone

Comments

@commixreporter
Copy link

Commix version: 4.0-dev#100
Python version: 3.10.12
Operating system: posix
Command line: commix.py -u ***************************** -exec.php --data ************************ 
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 706, in perform_checks
    data_checks(url, http_request_method, filename, timesec)
  File \"controller.py", line 623, in data_checks
    if post_request(url, http_request_method, filename, timesec) is None:
  File \"controller.py", line 613, in post_request
    do_injection(found_parameter, settings.HTTPMETHOD.POST, header_name, url, http_request_method, filename, timesec)
  File \"controller.py", line 545, in do_injection
    url, check_parameter = define_check_parameter(found, i, url)
  File \"controller.py", line 533, in define_check_parameter
    check_parameter = parameters.vuln_POST_param(found[i], url)
  File \"parameters.py", line 507, in vuln_POST_param
    settings.TESTABLE_VALUE = pairs[param].split("=")[1].replace(settings.INJECT_TAG, "")
IndexError: list index out of range
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