mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00:00
more changes regarding path (URI) injection
This commit is contained in:
@@ -102,7 +102,7 @@ class Agent:
|
||||
# Before identifing the injectable parameter
|
||||
elif parameter == "User-Agent":
|
||||
retValue = value.replace(value, newValue)
|
||||
elif parameter == "URI":
|
||||
elif place == "URI":
|
||||
retValue = value.replace("*", " %s " % newValue.replace(value, str()))
|
||||
else:
|
||||
paramString = conf.parameters[place]
|
||||
|
||||
Reference in New Issue
Block a user