mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Some more refactoring
This commit is contained in:
@@ -617,7 +617,7 @@ class Connect:
|
||||
return retVal
|
||||
|
||||
for randomParameter in conf.rParam:
|
||||
for item in [PLACE.GET, PLACE.POST, PLACE.COOKIE]:
|
||||
for item in (PLACE.GET, PLACE.POST, PLACE.COOKIE):
|
||||
if item in conf.parameters:
|
||||
if item == PLACE.GET and get:
|
||||
get = _randomizeParameter(get, randomParameter)
|
||||
|
||||
Reference in New Issue
Block a user