mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
Minor fix when user doesn't want custom injection char marker to be processed
This commit is contained in:
parent
0cbdaaecfa
commit
1f7644a691
1 changed files with 1 additions and 0 deletions
|
|
@ -167,6 +167,7 @@ def _setRequestParams():
|
|||
paramDict = paramToDict(PLACE.GET, parameters)
|
||||
|
||||
if paramDict:
|
||||
conf.url = conf.url.split('?')[0]
|
||||
conf.paramDict[PLACE.GET] = paramDict
|
||||
testableParameters = True
|
||||
continue
|
||||
|
|
|
|||
Loading…
Reference in a new issue