mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-16 19:40:37 +03:00
fix for a --technique=U
This commit is contained in:
parent
ebe631ea57
commit
fcd69ba9c7
|
@ -447,7 +447,7 @@ class Agent:
|
|||
else:
|
||||
return query
|
||||
|
||||
if Backend.isDbms(DBMS.MYSQL):
|
||||
if Backend.getIdentifiedDbms() == DBMS.MYSQL:
|
||||
if fieldsExists:
|
||||
concatenatedQuery = concatenatedQuery.replace("SELECT ", "CONCAT('%s'," % kb.misc.start, 1)
|
||||
concatenatedQuery += ",'%s')" % kb.misc.stop
|
||||
|
|
Loading…
Reference in New Issue
Block a user