From 5d56e89cf5c9548d2c24969f4e4b591b00ba4feb Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 26 May 2011 21:08:46 +0000 Subject: [PATCH] minor update --- lib/controller/controller.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/controller/controller.py b/lib/controller/controller.py index 63ac4655b..c2d50f330 100644 --- a/lib/controller/controller.py +++ b/lib/controller/controller.py @@ -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 "