mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor update
This commit is contained in:
@@ -42,7 +42,7 @@ class Fingerprint(GenericFingerprint):
|
||||
value += "back-end DBMS: "
|
||||
|
||||
if not conf.extensiveFp:
|
||||
value += "SQLite"
|
||||
value += DBMS.SQLITE
|
||||
return value
|
||||
|
||||
actVer = formatDBMSfp()
|
||||
|
||||
Reference in New Issue
Block a user