mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
fix for a case: Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [MySQL][ODBC 3.51 Driver][mysqld-5.1.31-community] - it was wrongly error message recognized as MS SQL Server
This commit is contained in:
parent
8fc60215ed
commit
5a0aef0f33
|
@ -19,8 +19,8 @@
|
|||
|
||||
<!-- Microsoft SQL Server -->
|
||||
<dbms value="Microsoft SQL Server">
|
||||
<error regexp="Driver.*SQL[\-\_\ ]*Server"/>
|
||||
<error regexp="OLE DB.*SQL Server"/>
|
||||
<error regexp="Driver.* SQL[\-\_\ ]*Server"/>
|
||||
<error regexp="OLE DB.* SQL Server"/>
|
||||
<error regexp="SQL Server.*Driver"/>
|
||||
<error regexp="Warning.*mssql_.*"/>
|
||||
<error regexp="SQL Server.*[0-9a-fA-F]{8}"/>
|
||||
|
|
Loading…
Reference in New Issue
Block a user