mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
minor cosmetic update
This commit is contained in:
parent
6dcd05c39c
commit
73b77255e3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue