mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
adding Frontbase to error message regexes
This commit is contained in:
parent
eccd4da00f
commit
deec97dfe3
|
@ -40,7 +40,7 @@ def action():
|
|||
if htmlParsed:
|
||||
errMsg += ", but from the HTML error page it was "
|
||||
errMsg += "possible to determinate that the "
|
||||
errMsg += "back-end DBMS is %s" % htmlParsed
|
||||
errMsg += "back-end DBMS is '%s'" % htmlParsed
|
||||
|
||||
if htmlParsed and htmlParsed.lower() in SUPPORTED_DBMS:
|
||||
errMsg += ". Do not specify the back-end DBMS manually, "
|
||||
|
|
|
@ -91,4 +91,8 @@
|
|||
<error regexp="Ingres\W.*Driver"/>
|
||||
</dbms>
|
||||
|
||||
<!-- Frontbase -->
|
||||
<dbms value="Frontbase">
|
||||
<error regexp="Exception (condition )?\d+. Transaction rollback."/>
|
||||
</dbms>
|
||||
</root>
|
||||
|
|
Loading…
Reference in New Issue
Block a user