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 e07c92b commit 5ed3cdcCopy full SHA for 5ed3cdc
2 files changed
lib/core/settings.py
@@ -19,7 +19,7 @@
19
from lib.core.revision import getRevisionNumber
20
21
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22
-VERSION = "1.0.4.20"
+VERSION = "1.0.4.21"
23
REVISION = getRevisionNumber()
24
STABLE = VERSION.count('.') <= 2
25
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")
xml/errors.xml
@@ -7,6 +7,7 @@
7
<error regexp="Warning.*mysql_.*"/>
8
<error regexp="MySqlException \(0x"/>
9
<error regexp="valid MySQL result"/>
10
+ <error regexp="check the manual that corresponds to your MySQL server version"/>
11
<error regexp="MySqlClient\."/>
12
<error regexp="com\.mysql\.jdbc\.exceptions"/>
13
</dbms>
0 commit comments