diff --git a/lib/core/target.py b/lib/core/target.py index 283d478bd..26d22cc47 100644 --- a/lib/core/target.py +++ b/lib/core/target.py @@ -80,7 +80,7 @@ def __setRequestParams(): conf.method = HTTPMETHOD.POST - if re.search(URI_INJECTABLE_REGEX, conf.url, re.I): + if re.search(URI_INJECTABLE_REGEX, conf.url, re.I) and not conf.parameters.has_key(PLACE.GET): conf.url = "%s%s" % (conf.url, URI_INJECTION_MARK_CHAR) if URI_INJECTION_MARK_CHAR in conf.url: