mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Update for an #161
This commit is contained in:
parent
61151447fe
commit
7d0662da23
|
@ -663,7 +663,7 @@ def heuristicCheckSqlInjection(place, parameter):
|
|||
errMsg += "at the back-end web application"
|
||||
logger.error(errMsg)
|
||||
|
||||
message = "do you want to skip those kind of cases? [Y/n] "
|
||||
message = "do you want to skip those kind of cases (and save scanning time)? [Y/n] "
|
||||
kb.ignoreCasted = readInput(message, default='Y').upper() != 'N'
|
||||
|
||||
return result
|
||||
|
|
Loading…
Reference in New Issue
Block a user