mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor adjustment
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user