mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Minor update related to the #1740
This commit is contained in:
parent
da5fff7775
commit
242800c085
|
@ -20,7 +20,7 @@ from lib.core.enums import OS
|
||||||
from lib.core.revision import getRevisionNumber
|
from lib.core.revision import getRevisionNumber
|
||||||
|
|
||||||
# sqlmap version and site
|
# sqlmap version and site
|
||||||
VERSION = "1.0.0.11"
|
VERSION = "1.0.0.12"
|
||||||
REVISION = getRevisionNumber()
|
REVISION = getRevisionNumber()
|
||||||
STABLE = VERSION.count('.') <= 2
|
STABLE = VERSION.count('.') <= 2
|
||||||
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")
|
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")
|
||||||
|
|
|
@ -90,7 +90,8 @@
|
||||||
<error regexp="(?i)Warning.*sybase.*"/>
|
<error regexp="(?i)Warning.*sybase.*"/>
|
||||||
<error regexp="Sybase message"/>
|
<error regexp="Sybase message"/>
|
||||||
<error regexp="Sybase.*Server message.*"/>
|
<error regexp="Sybase.*Server message.*"/>
|
||||||
<error regexp=".*SybSQLException*."/>
|
<error regexp="SybSQLException"/>
|
||||||
|
<error regexp="com\.sybase\.jdbc"/>
|
||||||
</dbms>
|
</dbms>
|
||||||
|
|
||||||
<!-- Ingres -->
|
<!-- Ingres -->
|
||||||
|
|
Loading…
Reference in New Issue
Block a user