Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06108b6 commit 5d56e89Copy full SHA for 5d56e89
1 file changed
lib/controller/controller.py
@@ -490,13 +490,12 @@ def start():
490
errMsg += "textual content (~%.2f%% of " % percent
491
errMsg += "page content is text)."
492
elif percent < LOW_TEXT_PERCENT:
493
- errMsg = " Please retry with the --text-only switch "
+ errMsg += " Please retry with the --text-only switch "
494
errMsg += "(along with --technique=BU) as this case "
495
errMsg += "looks like a perfect candidate "
496
errMsg += "(low textual content along with inability "
497
errMsg += "of comparison engine to detect at least "
498
errMsg += "one dynamic parameter)."
499
- raise sqlmapNoneDataException, errMsg
500
501
if not conf.string and not conf.regexp:
502
errMsg += " Rerun by providing either a valid --string "
0 commit comments