mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
added fingerprint for HSQLDB based on Tomcat stacktrace message
This commit is contained in:
parent
b9491317a6
commit
9a8bec760f
|
@ -95,4 +95,10 @@
|
|||
<dbms value="Frontbase">
|
||||
<error regexp="Exception (condition )?\d+. Transaction rollback."/>
|
||||
</dbms>
|
||||
|
||||
<!-- HSQLDB -->
|
||||
<dbms value="HSQLDB">
|
||||
<error regexp="org\.hsqldb\.jdbc"/>
|
||||
</dbms>
|
||||
|
||||
</root>
|
||||
|
|
Loading…
Reference in New Issue
Block a user