mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Implementation of an Issue #161
This commit is contained in:
@@ -454,7 +454,7 @@ def start():
|
||||
check = heuristicCheckSqlInjection(place, parameter)
|
||||
|
||||
if not check:
|
||||
if conf.smart:
|
||||
if conf.smart or kb.ignoreCasted:
|
||||
infoMsg = "skipping %s parameter '%s'" % (place, parameter)
|
||||
logger.info(infoMsg)
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user