mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-16 19:40:37 +03:00
Minor fix when user doesn't want custom injection char marker to be processed
This commit is contained in:
parent
0cbdaaecfa
commit
1f7644a691
|
@ -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 New Issue
Block a user