mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +03:00
Minor text update
This commit is contained in:
parent
64ba88096f
commit
3f8dafedae
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user