From bcf754fb17242cd88ae4afd6c88d981b3fd55817 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 7 Apr 2014 20:10:21 +0200 Subject: [PATCH] Consistency patch (to be the same as in help listing) --- lib/core/option.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/option.py b/lib/core/option.py index b1851b03b..b905944cd 100644 --- a/lib/core/option.py +++ b/lib/core/option.py @@ -1742,7 +1742,7 @@ def _useWizardInterface(): break else: warnMsg = "no GET and/or POST parameter(s) found for testing " - warnMsg += "(e.g. GET parameter 'id' in 'www.site.com/index.php?id=1')" + warnMsg += "(e.g. GET parameter 'id' in 'http://www.site.com/vuln.php?id=1')" logger.critical(warnMsg) if conf.crawlDepth or conf.forms: