mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 11:33:47 +03:00
minor update
This commit is contained in:
parent
48f52d7697
commit
a8b58afdb2
|
@ -490,7 +490,7 @@ def start():
|
||||||
errMsg += "if the target page has a low percentage of "
|
errMsg += "if the target page has a low percentage of "
|
||||||
errMsg += "textual content (~%.2f%% of " % percent
|
errMsg += "textual content (~%.2f%% of " % percent
|
||||||
errMsg += "page content is text)."
|
errMsg += "page content is text)."
|
||||||
elif percent < LOW_TEXT_PERCENT:
|
elif percent < LOW_TEXT_PERCENT and not kb.errorIsNone:
|
||||||
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 += "(along with --technique=BU) as this case "
|
||||||
errMsg += "looks like a perfect candidate "
|
errMsg += "looks like a perfect candidate "
|
||||||
|
|
Loading…
Reference in New Issue
Block a user