mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-04-08 03:04:18 +03:00
Update for #4030
This commit is contained in:
parent
5d32ca638b
commit
e853508192
|
@ -247,7 +247,7 @@ class Agent(object):
|
|||
|
||||
# If we are replacing (<where>) the parameter original value with
|
||||
# our payload do not prepend with the prefix
|
||||
if where == PAYLOAD.WHERE.REPLACE:
|
||||
if where == PAYLOAD.WHERE.REPLACE and not conf.prefix: # Note: https://github.com/sqlmapproject/sqlmap/issues/4030
|
||||
query = ""
|
||||
|
||||
# If the technique is stacked queries (<stype>) do not put a space
|
||||
|
|
Loading…
Reference in New Issue
Block a user