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: 'NoneType' object has no attribute 'groups'" (#7c5fc739) #902

Closed
commixreporter opened this issue Apr 3, 2024 · 1 comment
Labels

Comments

@commixreporter
Copy link

Commix version: 3.9-stable
Python version: 3.11.8
Operating system: posix
Command line: commix.py --wizard

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 739, in do_check
    if perform_checks(url, http_request_method, filename) == False:
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "controller.py", line 688, in perform_checks
    post_request(url, http_request_method, filename, timesec)
  File "controller.py", line 606, in post_request
    check_parameter = parameters.vuln_POST_param(parameter, url)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "parameters.py", line 386, in vuln_POST_param
    if (_.groups()[0]) == (_.groups()[1]):
        ^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'groups'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants