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 "ValueError: Empty module name" (#08032667) #884

Closed commixreporter closed 10 months ago

commixreporter commented 10 months ago
Commix version: 3.9-dev#42
Python version: 3.11.7
Operating system: posix
Command line: commix.py -u ***************************************** --tamper=singlequotes
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 760, in do_check
    perform_checks(url, http_request_method, filename)
  File "controller.py", line 690, in perform_checks
    get_request(url, http_request_method, filename, timesec)
  File "controller.py", line 575, in get_request
    injection_proccess(url, check_parameter, http_request_method, filename, timesec)
  File "controller.py", line 299, in injection_proccess
    checks.tamper_scripts(stored_tamper_scripts=False)
  File "checks.py", line 1269, in tamper_scripts
    module = __import__(import_script, fromlist=[None])
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: Empty module name
github-actions[bot] commented 7 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.