mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Added some error messages to detect back-end DBMS
This commit is contained in:
parent
267cf5dd1a
commit
9ed0744510
2 changed files with 4 additions and 2 deletions
|
|
@ -6,6 +6,7 @@
|
|||
<error regexp="SQL syntax.*MySQL"/>
|
||||
<error regexp="Warning.*mysql_.*"/>
|
||||
<error regexp="valid MySQL result"/>
|
||||
<error regexp="MySqlClient\."/>
|
||||
</dbms>
|
||||
|
||||
<!-- PostgreSQL -->
|
||||
|
|
@ -13,6 +14,7 @@
|
|||
<error regexp="PostgreSQL.*ERROR"/>
|
||||
<error regexp="Warning.*pg_.*"/>
|
||||
<error regexp="valid PostgreSQL result"/>
|
||||
<error regexp="Npgsql\."/>
|
||||
</dbms>
|
||||
|
||||
<!-- Microsoft SQL Server -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue