mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
more changes regarding path (URI) injection
This commit is contained in:
parent
78ba5da4f7
commit
ff419f7384
2 changed files with 12 additions and 4 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue