mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
minor cosmetic update
This commit is contained in:
parent
6dcd05c39c
commit
73b77255e3
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user