mirror of
https://github.com/sqlmapproject/sqlmap
synced 2026-01-21 15:42:30 +01:00
added fingerprint for HSQLDB based on Tomcat stacktrace message
This commit is contained in:
parent
b9491317a6
commit
9a8bec760f
1 changed files with 6 additions and 0 deletions
|
|
@ -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 a new issue