We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b74de19 commit bcf754fCopy full SHA for bcf754f
1 file changed
lib/core/option.py
@@ -1742,7 +1742,7 @@ def _useWizardInterface():
1742
break
1743
else:
1744
warnMsg = "no GET and/or POST parameter(s) found for testing "
1745
- 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')"
1746
logger.critical(warnMsg)
1747
1748
if conf.crawlDepth or conf.forms:
0 commit comments