Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bcf754f

Browse files
committed
Consistency patch (to be the same as in help listing)
1 parent b74de19 commit bcf754f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/option.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1742,7 +1742,7 @@ def _useWizardInterface():
17421742
break
17431743
else:
17441744
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')"
1745+
warnMsg += "(e.g. GET parameter 'id' in 'http://www.site.com/vuln.php?id=1')"
17461746
logger.critical(warnMsg)
17471747

17481748
if conf.crawlDepth or conf.forms:

0 commit comments

Comments
 (0)