mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor update
This commit is contained in:
@@ -44,11 +44,11 @@ class Fingerprint(GenericFingerprint):
|
||||
value += "%s\n" % dbmsOsFp
|
||||
|
||||
value += "back-end DBMS: "
|
||||
|
||||
|
||||
if not conf.extensiveFp:
|
||||
value += "Firebird"
|
||||
value += DBMS.FIREBIRD
|
||||
return value
|
||||
|
||||
|
||||
actVer = formatDBMSfp() + " (%s)" % (self.__dialectCheck())
|
||||
blank = " " * 15
|
||||
value += "active fingerprint: %s" % actVer
|
||||
|
||||
Reference in New Issue
Block a user