mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Implementation of an Issue #161
This commit is contained in:
parent
6210ddfbd6
commit
61151447fe
3 changed files with 21 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue