mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Bug fixes for search (safeStringFormat should not replace all if given scalar values)
This commit is contained in:
@@ -314,7 +314,7 @@ class Search:
|
||||
query = agent.limitQuery(index, query)
|
||||
|
||||
foundTbl = unArrayizeValue(inject.getValue(query, union=False, error=False))
|
||||
if not isNoneValue(foundTbls[db]):
|
||||
if not isNoneValue(foundTbl):
|
||||
kb.hintValue = foundTbl
|
||||
foundTbl = safeSQLIdentificatorNaming(foundTbl, True)
|
||||
foundTbls[db].append(foundTbl)
|
||||
|
||||
Reference in New Issue
Block a user