mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-05-12 19:53:44 +03:00
Consistency patch (to be the same as in help listing)
This commit is contained in:
parent
b74de19213
commit
bcf754fb17
|
@ -1742,7 +1742,7 @@ def _useWizardInterface():
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
warnMsg = "no GET and/or POST parameter(s) found for testing "
|
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)
|
logger.critical(warnMsg)
|
||||||
|
|
||||||
if conf.crawlDepth or conf.forms:
|
if conf.crawlDepth or conf.forms:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user