This commit is contained in:
Miroslav Stampar 2011-09-20 13:08:35 +00:00
parent 4a3580d10b
commit d95ff4350d

View File

@ -243,7 +243,7 @@ def start():
testSqlInj = False
if PLACE.GET in conf.parameters:
if PLACE.GET in conf.parameters and not any([conf.data, conf.testParameter]):
for parameter in re.findall(r"([^=]+)=([^&]+&?|\Z)", conf.parameters[PLACE.GET]):
paramKey = (conf.hostname, conf.path, PLACE.GET, parameter[0])