mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Minor fix
This commit is contained in:
parent
05d5342f20
commit
80b9fc4821
|
@ -23,9 +23,9 @@
|
|||
<dbms value="Microsoft SQL Server">
|
||||
<error regexp="Driver.* SQL[\-\_\ ]*Server"/>
|
||||
<error regexp="OLE DB.* SQL Server"/>
|
||||
<error regexp="(\W|\A)SQL Server.*Driver"/>
|
||||
<error regexp="\bSQL Server.*Driver"/>
|
||||
<error regexp="Warning.*mssql_.*"/>
|
||||
<error regexp="(\W|\A)SQL Server.*[0-9a-fA-F]{8}"/>
|
||||
<error regexp="\bSQL Server.*[0-9a-fA-F]{8}"/>
|
||||
<error regexp="(?s)Exception.*\WSystem\.Data\.SqlClient\."/>
|
||||
<error regexp="(?s)Exception.*\WRoadhouse\.Cms\."/>
|
||||
</dbms>
|
||||
|
@ -39,7 +39,7 @@
|
|||
|
||||
<!-- Oracle -->
|
||||
<dbms value="Oracle">
|
||||
<error regexp="ORA-[0-9][0-9][0-9][0-9]"/>
|
||||
<error regexp="\bORA-[0-9][0-9][0-9][0-9]"/>
|
||||
<error regexp="Oracle error"/>
|
||||
<error regexp="Oracle.*Driver"/>
|
||||
<error regexp="Warning.*\Woci_.*"/>
|
||||
|
|
Loading…
Reference in New Issue
Block a user