mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Fixes #1932
This commit is contained in:
parent
7fb9db42a7
commit
91372bff87
2 changed files with 1 additions and 3 deletions
|
|
@ -106,8 +106,6 @@ class Fingerprint(GenericFingerprint):
|
|||
if not conf.extensiveFp and (Backend.isDbmsWithin(FIREBIRD_ALIASES) \
|
||||
or (conf.dbms or "").lower() in FIREBIRD_ALIASES) and Backend.getVersion() and \
|
||||
Backend.getVersion() != UNKNOWN_DBMS_VERSION:
|
||||
Backend.setVersion(v)
|
||||
|
||||
setDbms("%s %s" % (DBMS.FIREBIRD, Backend.getVersion()))
|
||||
|
||||
self.getBanner()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue