mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Minor fix when user doesn't want custom injection char marker to be processed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user