mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Minor style update
This commit is contained in:
@@ -512,14 +512,14 @@ def start():
|
|||||||
errMsg += " You can give it a go with the switch '--text-only' "
|
errMsg += " You can give it a go with the switch '--text-only' "
|
||||||
errMsg += "if the target page has a low percentage "
|
errMsg += "if the target page has a low percentage "
|
||||||
errMsg += "of textual content (~%.2f%% of " % percent
|
errMsg += "of textual content (~%.2f%% of " % percent
|
||||||
errMsg += "page content is text)"
|
errMsg += "page content is text)."
|
||||||
elif percent < LOW_TEXT_PERCENT and not kb.errorIsNone:
|
elif percent < LOW_TEXT_PERCENT and not kb.errorIsNone:
|
||||||
errMsg += " Please retry with the switch '--text-only' "
|
errMsg += " Please retry with the switch '--text-only' "
|
||||||
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 "
|
||||||
errMsg += "(low textual content along with inability "
|
errMsg += "(low textual content along with inability "
|
||||||
errMsg += "of comparison engine to detect at least "
|
errMsg += "of comparison engine to detect at least "
|
||||||
errMsg += "one dynamic parameter)"
|
errMsg += "one dynamic parameter)."
|
||||||
|
|
||||||
if kb.heuristicTest:
|
if kb.heuristicTest:
|
||||||
errMsg += " As heuristic test turned out positive you are "
|
errMsg += " As heuristic test turned out positive you are "
|
||||||
|
|||||||
Reference in New Issue
Block a user