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: 'NoneType' object has no attribute 'split'" (#d525f2b4) #908

Closed commixreporter closed 7 months ago

commixreporter commented 7 months ago
Commix version: 4.0-dev#33
Python version: 3.9.5
Operating system: posix
Command line: commix.py -v 4 --url=**************** --wizard --check-internet
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 897, in <module>
    main(filename, url, http_request_method)
  File "main.py", line 553, in main
    controller.do_check(url, http_request_method, filename)
  File "controller.py", line 773, in do_check
    if perform_checks(url, http_request_method, filename) == False:
  File "controller.py", line 739, in perform_checks
    headers_checks(url, http_request_method, filename, timesec)
  File "controller.py", line 674, in headers_checks
    cookie_injection(url, http_request_method, filename, timesec)
  File "controller.py", line 502, in cookie_injection
    cookie_parameters = parameters.do_cookie_check(menu.options.cookie)
  File "parameters.py", line 558, in do_cookie_check
    multi_parameters = cookie.split(settings.COOKIE_DELIMITER)
AttributeError: 'NoneType' object has no attribute 'split'
stasinopoulos commented 7 months ago

Similar with https://github.com/commixproject/commix/issues/906

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