mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-23 01:56:36 +03:00
Minor fix
This commit is contained in:
parent
05d5342f20
commit
80b9fc4821
|
@ -23,9 +23,9 @@
|
||||||
<dbms value="Microsoft SQL Server">
|
<dbms value="Microsoft SQL Server">
|
||||||
<error regexp="Driver.* SQL[\-\_\ ]*Server"/>
|
<error regexp="Driver.* SQL[\-\_\ ]*Server"/>
|
||||||
<error regexp="OLE DB.* 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="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.*\WSystem\.Data\.SqlClient\."/>
|
||||||
<error regexp="(?s)Exception.*\WRoadhouse\.Cms\."/>
|
<error regexp="(?s)Exception.*\WRoadhouse\.Cms\."/>
|
||||||
</dbms>
|
</dbms>
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
|
|
||||||
<!-- Oracle -->
|
<!-- Oracle -->
|
||||||
<dbms value="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 error"/>
|
||||||
<error regexp="Oracle.*Driver"/>
|
<error regexp="Oracle.*Driver"/>
|
||||||
<error regexp="Warning.*\Woci_.*"/>
|
<error regexp="Warning.*\Woci_.*"/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user