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.4 "
22+ VERSION = "1.0.7.5 "
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 3535 <error regexp =" Microsoft SQL Native Client.*[0-9a-fA-F]{8}" />
3636 <error regexp =" com\.microsoft\.sqlserver\.jdbc\.SQLServerException" />
3737 <error regexp =" ODBC SQL Server Driver" />
38+ <error regexp =" SQLServer JDBC Driver" />
39+ <error regexp =" macromedia\.jdbc\.sqlserverbase" />
40+ <error regexp =" com\.jnetdirect\.jsql" />
3841 </dbms >
3942
4043 <!-- Microsoft Access -->
5255 <error regexp =" Oracle.*Driver" />
5356 <error regexp =" Warning.*\Woci_.*" />
5457 <error regexp =" Warning.*\Wora_.*" />
58+ <error regexp =" oracle\.jdbc\.driver" />
5559 </dbms >
5660
5761 <!-- IBM DB2 -->
You can’t perform that action at this time.
0 commit comments