mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Removing ugly legacy code (e.g. showing MySQL 5.0 when it is e.g. '5.7.8')
This commit is contained in:
parent
5038d7a70a
commit
030df0353d
4 changed files with 1 additions and 17 deletions
|
|
@ -106,10 +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:
|
||||
v = Backend.getVersion().replace(">", "")
|
||||
v = v.replace("=", "")
|
||||
v = v.replace(" ", "")
|
||||
|
||||
Backend.setVersion(v)
|
||||
|
||||
setDbms("%s %s" % (DBMS.FIREBIRD, Backend.getVersion()))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue