mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor update (error regex for PHP's sqlsrv module)
This commit is contained in:
parent
98b77d32cc
commit
65a0f15f69
2 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@
|
|||
<error regexp="Driver.* SQL[\-\_\ ]*Server"/>
|
||||
<error regexp="OLE DB.* SQL Server"/>
|
||||
<error regexp="\bSQL Server.*Driver"/>
|
||||
<error regexp="Warning.*mssql_.*"/>
|
||||
<error regexp="Warning.*(mssql|sqlsrv)_"/>
|
||||
<error regexp="\bSQL Server.*[0-9a-fA-F]{8}"/>
|
||||
<error regexp="(?s)Exception.*\WSystem\.Data\.SqlClient\."/>
|
||||
<error regexp="(?s)Exception.*\WRoadhouse\.Cms\."/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue