mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Fixes #3468
This commit is contained in:
parent
6fe827f0a4
commit
5077844dd9
4 changed files with 14 additions and 7 deletions
|
|
@ -491,7 +491,7 @@ def start():
|
|||
elif parameter in conf.testParameter:
|
||||
pass
|
||||
|
||||
elif parameter == conf.rParam:
|
||||
elif parameter in conf.rParam:
|
||||
testSqlInj = False
|
||||
|
||||
infoMsg = "skipping randomizing %s parameter '%s'" % (paramType, parameter)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue