File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919from lib .core .revision import getRevisionNumber
2020
2121# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22- VERSION = "1.0.7.12 "
22+ VERSION = "1.0.7.13 "
2323REVISION = getRevisionNumber ()
2424STABLE = VERSION .count ('.' ) <= 2
2525VERSION_STRING = "sqlmap/%s#%s" % (VERSION , "stable" if STABLE else "dev" )
Original file line number Diff line number Diff line change 3030 <error regexp =" \bSQL Server[^<" ]+Driver" />
3131 <error regexp =" Warning.*(mssql|sqlsrv)_" />
3232 <error regexp =" \bSQL Server[^<" ]+[0-9a-fA-F]{8}" />
33- <error regexp =" (?s)Exception.*\WSystem\ .Data\.SqlClient\." />
33+ <error regexp =" System\ .Data\.SqlClient\.SqlException " />
3434 <error regexp =" (?s)Exception.*\WRoadhouse\.Cms\." />
3535 <error regexp =" Microsoft SQL Native Client error '[0-9a-fA-F]{8}" />
3636 <error regexp =" com\.microsoft\.sqlserver\.jdbc\.SQLServerException" />
You can’t perform that action at this time.
0 commit comments