mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Adding error regexes for HSQLDB
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user