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