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 "sqlmap.py", line 222, in main
start()
File "lib/core/decorators.py", line 80, in _
result = f(*args, **kwargs)
^^^^^^^^^^^^^^^^^^
File "lib/controller/controller.py", line 732, in start
action()
File "lib/controller/action.py", line 221, in action
conf.dbmsHandler.osShell()
File "plugins/generic/takeover.py", line 99, in osShell
self.shell()
File "lib/takeover/abstraction.py", line 162, in shell
self.runCmd(command)
File "lib/takeover/abstraction.py", line 101, in runCmd
conf.dumper.string("command standard output", output)
File "lib/core/dump.py", line 142, in string
self._write("%s:\n---\n%s\n---" % (header, _))
File "lib/core/dump.py", line 80, in _write
dataToStdout(text)
File "lib/core/common.py", line 1044, in dataToStdout
sys.stdout.write(stdoutEncode(setColor(data, bold=bold) if coloring else clearColors(data)))
File "thirdparty/colorama/ansitowin32.py", line 40, in write
self.__convertor.write(text)
File "thirdparty/colorama/ansitowin32.py", line 141, in write
self.write_and_convert(text)
File "thirdparty/colorama/ansitowin32.py", line 163, in write_and_convert
text = self.convert_osc(text)
^^^^^^^^^^^^^^^^^^^^^^
File "thirdparty/colorama/ansitowin32.py", line 247, in convert_osc
winterm.set_title(params[1])
File "thirdparty/colorama/winterm.py", line 166, in set_title
win32.SetConsoleTitle(title)
File "thirdparty/colorama/win32.py", line 154, in SetConsoleTitle
return _SetConsoleTitleW(title)
^^^^^^^^^^^^^^^^^^^^^^^^
ctypes.ArgumentError: argument 1: TypeError: wrong type
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: