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 "IndexError: list index out of range" (#2b00a573) #954

Closed commixreporter closed 2 months ago

commixreporter commented 2 months ago
Commix version: 3.9-stable
Python version: 3.11.9
Operating system: posix
Command line: commix.py -r *********************************** 
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 823, in <module>
    parser.logfile_parser()
  File "parser.py", line 102, in logfile_parser
    http_method = request.strip().splitlines()[0].split()[0]
                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
stasinopoulos commented 2 months ago

Update to the latest dev version and check again.

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