mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Minor update
This commit is contained in:
parent
f7f47c71a1
commit
5436635acb
2 changed files with 2 additions and 2 deletions
|
|
@ -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 = "="
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue