Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d76ee8f commit d20e9feCopy full SHA for d20e9fe
2 files changed
lib/core/settings.py
@@ -20,7 +20,7 @@
20
from lib.core.revision import getRevisionNumber
21
22
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
23
-VERSION = "1.0.3.3"
+VERSION = "1.0.3.4"
24
REVISION = getRevisionNumber()
25
STABLE = VERSION.count('.') <= 2
26
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")
thirdparty/colorama/ansitowin32.py
@@ -6,7 +6,7 @@
6
from .winterm import WinTerm, WinColor, WinStyle
7
from .win32 import windll
8
9
-
+winterm = None
10
if windll is not None:
11
winterm = WinTerm()
12
0 commit comments