mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Bug fix (time was also meant to be disabled in case of error/inband getvalues)
This commit is contained in:
parent
7207cf29dd
commit
06805b27f2
9 changed files with 19 additions and 19 deletions
|
|
@ -54,7 +54,7 @@ class Enumeration(GenericEnumeration):
|
|||
query += " WHERE "
|
||||
query += " OR ".join("%s = '%s'" % (condition, user) for user in sorted(users))
|
||||
|
||||
values = inject.getValue(query, blind=False)
|
||||
values = inject.getValue(query, blind=False, time=False)
|
||||
|
||||
if not values and not query2:
|
||||
infoMsg = "trying with table USER_ROLE_PRIVS"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue