Consistency patch (to be the same as in help listing)

This commit is contained in:
Miroslav Stampar 2014-04-07 20:10:21 +02:00
parent b74de19213
commit bcf754fb17

View File

@ -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: