mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-08 22:03:11 +03:00
minor just in case update
This commit is contained in:
parent
c69b76776e
commit
f83f1a1e06
|
@ -80,7 +80,7 @@ def __setRequestParams():
|
||||||
|
|
||||||
conf.method = HTTPMETHOD.POST
|
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)
|
conf.url = "%s%s" % (conf.url, URI_INJECTION_MARK_CHAR)
|
||||||
|
|
||||||
if URI_INJECTION_MARK_CHAR in conf.url:
|
if URI_INJECTION_MARK_CHAR in conf.url:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user