mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Minor update
This commit is contained in:
@@ -439,7 +439,7 @@ class Users:
|
||||
|
||||
if not kb.data.cachedUsersPrivileges and isInferenceAvailable() and not conf.direct:
|
||||
if Backend.isDbms(DBMS.MYSQL) and kb.data.has_information_schema:
|
||||
conditionChar = " LIKE "
|
||||
conditionChar = "LIKE"
|
||||
else:
|
||||
conditionChar = "="
|
||||
|
||||
|
||||
Reference in New Issue
Block a user