mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Minor text update
This commit is contained in:
@@ -102,7 +102,7 @@ def checkSqlInjection(place, parameter, value):
|
|||||||
if kb.extendTests is None:
|
if kb.extendTests is None:
|
||||||
_ = (Format.getErrorParsedDBMSes() if Backend.getErrorParsedDBMSes() else kb.heuristicDbms)
|
_ = (Format.getErrorParsedDBMSes() if Backend.getErrorParsedDBMSes() else kb.heuristicDbms)
|
||||||
msg = "do you want to include all tests for '%s' " % _
|
msg = "do you want to include all tests for '%s' " % _
|
||||||
msg += "ignoring provided level (%d) and risk (%s)? [Y/n]" % (conf.level, conf.risk)
|
msg += "extending provided level (%d) and risk (%s)? [Y/n]" % (conf.level, conf.risk)
|
||||||
kb.extendTests = [] if readInput(msg, default='Y').upper() != 'Y' else (Backend.getErrorParsedDBMSes() or [kb.heuristicDbms])
|
kb.extendTests = [] if readInput(msg, default='Y').upper() != 'Y' else (Backend.getErrorParsedDBMSes() or [kb.heuristicDbms])
|
||||||
|
|
||||||
title = test.title
|
title = test.title
|
||||||
|
|||||||
Reference in New Issue
Block a user