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'" (#7128079c) #943

Closed commixreporter closed 4 months ago

commixreporter commented 4 months ago
Commix version: 4.0-dev#86
Python version: 3.10.12
Operating system: posix
Command line: commix.py -u ********************************** --hostname -p --crawl=2
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 904, 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 734, in do_check
    perform_checks(url, http_request_method, filename)
  File \"controller.py", line 703, in perform_checks
    cookies_checks(url, http_request_method, filename, timesec)
  File \"controller.py", line 618, in cookies_checks
    cookie_injection(url, http_request_method, filename, timesec)
  File \"controller.py", line 543, in cookie_injection
    cookie_parameters = parameters.do_cookie_check(menu.options.cookie)
  File \"parameters.py", line 567, in do_cookie_check
    cookie = checks.process_custom_injection_data(cookie)
  File \"checks.py", line 140, in process_custom_injection_data
    for data in data.split("\\n"):
AttributeError: 'NoneType' object has no attribute 'split'
stasinopoulos commented 4 months ago

Duplicate of https://github.com/commixproject/commix/issues/942

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