mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-27 03:50:59 +00:00
Minor update of error regexes
This commit is contained in:
parent
63b1b597aa
commit
bfe410c8d3
3 changed files with 6 additions and 3 deletions
|
|
@ -16,6 +16,7 @@
|
|||
<error regexp="Zend_Db_(Adapter|Statement)_Mysqli_Exception"/>
|
||||
<error regexp="Pdo[./_\\]Mysql"/>
|
||||
<error regexp="MySqlException"/>
|
||||
<error regexp="\bpymysql\."/>
|
||||
<error regexp="MemSQL does not support this type of query" fork="MemSQL"/>
|
||||
<error regexp="is not supported by MemSQL" fork="MemSQL"/>
|
||||
<error regexp="unsupported nested scalar subselect" fork="MemSQL"/>
|
||||
|
|
@ -34,6 +35,8 @@
|
|||
<error regexp="org\.postgresql\.jdbc"/>
|
||||
<error regexp="Pdo[./_\\]Pgsql"/>
|
||||
<error regexp="PSQLException"/>
|
||||
<error regexp="psycopg2?\."/>
|
||||
<error regexp="asyncpg\."/>
|
||||
</dbms>
|
||||
|
||||
<dbms value="Microsoft SQL Server">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue