mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 01:26:42 +03:00
minor update
This commit is contained in:
parent
bd7da45546
commit
f574760c12
|
@ -48,6 +48,9 @@ class Enumeration(GenericEnumeration):
|
|||
if retVal:
|
||||
kb.data.cachedDbs = retVal[0].values()[0]
|
||||
|
||||
if kb.data.cachedDbs:
|
||||
kb.data.cachedDbs.sort()
|
||||
|
||||
return kb.data.cachedDbs
|
||||
|
||||
def getTables(self, bruteForce=None):
|
||||
|
|
|
@ -102,6 +102,9 @@ class Enumeration(GenericEnumeration):
|
|||
kb.data.cachedDbs = retVal[0].values()[0]
|
||||
break
|
||||
|
||||
if kb.data.cachedDbs:
|
||||
kb.data.cachedDbs.sort()
|
||||
|
||||
return kb.data.cachedDbs
|
||||
|
||||
def getTables(self, bruteForce=None):
|
||||
|
|
Loading…
Reference in New Issue
Block a user