first commit regarding Feature #144

This commit is contained in:
Miroslav Stampar
2010-09-22 11:56:35 +00:00
parent 540a9b391f
commit da8ae5578b
3 changed files with 16 additions and 3 deletions

View File

@@ -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]