mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor cosmetic update
This commit is contained in:
@@ -96,7 +96,7 @@ def __setRequestParams():
|
||||
result += parts[j]
|
||||
if i == j:
|
||||
result += "*"
|
||||
conf.paramDict["URI"]["#%d" % (i+1)] = result
|
||||
conf.paramDict["URI"]["#%d*" % (i+1)] = result
|
||||
conf.url = conf.url.replace("*", str())
|
||||
__testableParameters = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user