mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-23 15:10:50 +03:00
Adding error regexes for HSQLDB
This commit is contained in:
parent
51444276c0
commit
17ee402592
|
@ -104,6 +104,8 @@
|
||||||
<!-- HSQLDB -->
|
<!-- HSQLDB -->
|
||||||
<dbms value="HSQLDB">
|
<dbms value="HSQLDB">
|
||||||
<error regexp="org\.hsqldb\.jdbc"/>
|
<error regexp="org\.hsqldb\.jdbc"/>
|
||||||
|
<error regexp="Unexpected end of command in statement \["/>
|
||||||
|
<error regexp="Unexpected token: [^ ]+ in statement \["/>
|
||||||
</dbms>
|
</dbms>
|
||||||
|
|
||||||
</root>
|
</root>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user