mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Trivial update
This commit is contained in:
parent
5f2bb88037
commit
2d05174545
18 changed files with 71 additions and 71 deletions
|
|
@ -50,7 +50,7 @@ class Enumeration(GenericEnumeration):
|
|||
condition = rootQuery.inband.condition
|
||||
|
||||
if conf.user:
|
||||
users = conf.user.split(",")
|
||||
users = conf.user.split(',')
|
||||
query += " WHERE "
|
||||
query += " OR ".join("%s = '%s'" % (condition, user) for user in sorted(users))
|
||||
|
||||
|
|
@ -86,7 +86,7 @@ class Enumeration(GenericEnumeration):
|
|||
|
||||
if not kb.data.cachedUsersRoles and isInferenceAvailable() and not conf.direct:
|
||||
if conf.user:
|
||||
users = conf.user.split(",")
|
||||
users = conf.user.split(',')
|
||||
else:
|
||||
if not len(kb.data.cachedUsers):
|
||||
users = self.getUsers()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue