mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-10 18:21:14 +00:00
Cosmetics
This commit is contained in:
parent
86690682c7
commit
cfcee6439e
1 changed files with 1 additions and 0 deletions
|
|
@ -1711,6 +1711,7 @@ def isDBMSVersionAtLeast(version):
|
|||
|
||||
if kb.dbmsVersion and kb.dbmsVersion[0] != "Unknown" and kb.dbmsVersion[0] != None:
|
||||
value = kb.dbmsVersion[0].replace(" ", "")
|
||||
|
||||
if isinstance(value, basestring):
|
||||
if value.startswith(">="):
|
||||
value = float(value.replace(">=", ""))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue