mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Bug fix for occureance of ANSI color codes in multiprocessing hash cracking on Windows OS
This commit is contained in:
@@ -2282,7 +2282,7 @@ def _resolveCrossReferences():
|
||||
lib.controller.checks.setVerbosity = setVerbosity
|
||||
|
||||
def initOptions(inputOptions=AttribDict(), overrideOptions=False):
|
||||
if not inputOptions.disableColoring:
|
||||
if IS_WIN:
|
||||
coloramainit()
|
||||
|
||||
_setConfAttributes()
|
||||
|
||||
Reference in New Issue
Block a user