mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
first commit regarding Feature #144
This commit is contained in:
@@ -99,6 +99,8 @@ class Agent:
|
||||
# Before identifing the injectable parameter
|
||||
elif parameter == "User-Agent":
|
||||
retValue = value.replace(value, newValue)
|
||||
elif parameter == "URI":
|
||||
retValue = value.replace('*', newValue)
|
||||
else:
|
||||
paramString = conf.parameters[place]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user