You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 834, in <module>
main(filename, url)
File "main.py", line 533, 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 365, in injection_proccess
classic_command_injection_technique(url, timesec, filename, http_request_method)
File "controller.py", line 209, in classic_command_injection_technique
if cb_handler.exploitation(url, timesec, filename, http_request_method, injection_type, technique) != False:
File "cb_handler.py", line 425, in exploitation
if cb_injection_handler(url, timesec, filename, http_request_method, injection_type, technique) == False:
File "cb_handler.py", line 383, in cb_injection_handler
logs.executed_command(filename, cmd, shell)
File "logs.py", line 177, in executed_command
output_file.write(re.compile(re.compile(settings.ANSI_COLOR_REMOVAL)).sub("",settings.INFO_SIGN) + "Execution output: " + output + "\n")
UnicodeEncodeError: 'gbk' codec can't encode character '\u0579' in position 25: illegal multibyte sequence
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: