File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020from thirdparty .six import unichr as _unichr
2121
2222# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
23- VERSION = "1.7.1.11 "
23+ VERSION = "1.7.1.12 "
2424TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
2525TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
2626VERSION_STRING = "sqlmap/%s#%s" % ('.' .join (VERSION .split ('.' )[:- 1 ]) if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] == '0' else VERSION , TYPE )
Original file line number Diff line number Diff line change 6464 from lib .core .common import setPaths
6565 from lib .core .common import weAreFrozen
6666 from lib .core .convert import getUnicode
67- from lib .core .common import MKSTEMP_PREFIX
6867 from lib .core .common import setColor
6968 from lib .core .common import unhandledExceptionMessage
7069 from lib .core .compat import LooseVersion
7372 from lib .core .data import conf
7473 from lib .core .data import kb
7574 from lib .core .datatype import OrderedSet
75+ from lib .core .enums import MKSTEMP_PREFIX
7676 from lib .core .exception import SqlmapBaseException
7777 from lib .core .exception import SqlmapShellQuitException
7878 from lib .core .exception import SqlmapSilentQuitException
You can’t perform that action at this time.
0 commit comments