Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1f7644a

Browse files
committed
Minor fix when user doesn't want custom injection char marker to be processed
1 parent 0cbdaae commit 1f7644a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/core/target.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ def _setRequestParams():
167167
paramDict = paramToDict(PLACE.GET, parameters)
168168

169169
if paramDict:
170+
conf.url = conf.url.split('?')[0]
170171
conf.paramDict[PLACE.GET] = paramDict
171172
testableParameters = True
172173
continue

0 commit comments

Comments
 (0)