mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 19:13:48 +03:00
minor update related to the last commit
This commit is contained in:
parent
4f46a5ab63
commit
06108b6da6
|
@ -491,7 +491,8 @@ def start():
|
|||
errMsg += "page content is text)."
|
||||
elif percent < LOW_TEXT_PERCENT:
|
||||
errMsg = " Please retry with the --text-only switch "
|
||||
errMsg += "as this case looks like a perfect candidate "
|
||||
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)."
|
||||
|
|
Loading…
Reference in New Issue
Block a user