mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 08:52:20 +01:00
Minor update (Issue #475)
This commit is contained in:
parent
925098686d
commit
b9491317a6
1 changed files with 0 additions and 3 deletions
|
|
@ -122,9 +122,6 @@ class Fingerprint(GenericFingerprint):
|
||||||
Backend.setVersion(">= 1.7.2")
|
Backend.setVersion(">= 1.7.2")
|
||||||
setDbms("%s 1.7.2" % DBMS.HSQLDB)
|
setDbms("%s 1.7.2" % DBMS.HSQLDB)
|
||||||
|
|
||||||
if not conf.extensiveFp:
|
|
||||||
return True
|
|
||||||
|
|
||||||
banner = self.getBanner()
|
banner = self.getBanner()
|
||||||
if banner:
|
if banner:
|
||||||
Backend.setVersion("= %s" % banner)
|
Backend.setVersion("= %s" % banner)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue