-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMSSQL_Errors.xml
More file actions
24 lines (24 loc) · 1.11 KB
/
MSSQL_Errors.xml
File metadata and controls
24 lines (24 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8" ?>
<!-- Based on sqlmap list-->
<checks>
<error>Driver.*? SQL[\\-\\_\\ ]*Server</error>
<error>OLE DB.*? SQL Server</error>
<error>\\bSQL Server[^<"]+Driver</error>
<error>Warning.*?\\W(mssql|sqlsrv)_</error>
<error>\\bSQL Server[^<"]+[0-9a-fA-F]{8}</error>
<error>System\\.Data\\.SqlClient\\.(SqlException|SqlConnection\\.OnError)</error>
<error>(?s)Exception.*?\\bRoadhouse\\.Cms\.</error>
<error>System\\.Data\\.SqlClient\\.(SqlException|SqlConnection\\.OnError)</error>
<error>Microsoft SQL Native Client error '[0-9a-fA-F]{8}</error>
<error>\\[SQL Server\\]</error>
<error>ODBC SQL Server Driver</error>
<error>ODBC Driver \\d+ for SQL Server</error>
<error>SQLServer JDBC Driver</error>
<error>com\\.jnetdirect\\.jsql</error>
<error>macromedia\\.jdbc\\.sqlserver</error>
<error>Zend_Db_(Adapter|Statement)_Sqlsrv_Exception</error>
<error>com\\.microsoft\\.sqlserver\\.jdbc</error>
<error>Pdo[./_\\](Mssql|SqlSrv)</error>
<error>SQL(Srv|Server)Exception</error>
<error>Unclosed quotation mark after the character string</error>
</checks>