mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Minor update (Issue #475)
This commit is contained in:
parent
925098686d
commit
b9491317a6
|
@ -122,9 +122,6 @@ class Fingerprint(GenericFingerprint):
|
|||
Backend.setVersion(">= 1.7.2")
|
||||
setDbms("%s 1.7.2" % DBMS.HSQLDB)
|
||||
|
||||
if not conf.extensiveFp:
|
||||
return True
|
||||
|
||||
banner = self.getBanner()
|
||||
if banner:
|
||||
Backend.setVersion("= %s" % banner)
|
||||
|
|
Loading…
Reference in New Issue
Block a user