mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-16 19:40:37 +03:00
minor adjustment
This commit is contained in:
parent
edab7d01a5
commit
07c3d4fb18
|
@ -416,7 +416,8 @@ def start():
|
|||
elif parameter in conf.testParameter:
|
||||
pass
|
||||
|
||||
elif parameter.upper() in IGNORE_PARAMETERS:
|
||||
# Ignore session-like parameters for --level < 4
|
||||
elif conf.level < 4 and parameter.upper() in IGNORE_PARAMETERS:
|
||||
testSqlInj = False
|
||||
|
||||
infoMsg = "ignoring %s parameter '%s'" % (place, parameter)
|
||||
|
|
Loading…
Reference in New Issue
Block a user