mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 06:01:29 +00:00
fix for cases when mixing ingres dbms with spanish word "ingresa"
This commit is contained in:
@@ -85,9 +85,9 @@
|
||||
|
||||
<!-- Ingres -->
|
||||
<dbms value="Ingres">
|
||||
<error regexp="Warning.*ingres.*"/>
|
||||
<error regexp="Warning.*ingres_"/>
|
||||
<error regexp="Ingres SQLSTATE"/>
|
||||
<error regexp="Ingres.*Driver"/>
|
||||
<error regexp="Ingres\W.*Driver"/>
|
||||
</dbms>
|
||||
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user