mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +03:00
minor update
This commit is contained in:
parent
06108b6da6
commit
5d56e89cf5
|
@ -490,13 +490,12 @@ def start():
|
|||
errMsg += "textual content (~%.2f%% of " % percent
|
||||
errMsg += "page content is text)."
|
||||
elif percent < LOW_TEXT_PERCENT:
|
||||
errMsg = " Please retry with the --text-only switch "
|
||||
errMsg += " Please retry with the --text-only switch "
|
||||
errMsg += "(along with --technique=BU) as this case "
|
||||
errMsg += "looks like a perfect candidate "
|
||||
errMsg += "(low textual content along with inability "
|
||||
errMsg += "of comparison engine to detect at least "
|
||||
errMsg += "one dynamic parameter)."
|
||||
raise sqlmapNoneDataException, errMsg
|
||||
|
||||
if not conf.string and not conf.regexp:
|
||||
errMsg += " Rerun by providing either a valid --string "
|
||||
|
|
Loading…
Reference in New Issue
Block a user