mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
language update
This commit is contained in:
parent
ad2762118d
commit
7314de3490
|
@ -491,7 +491,7 @@ def start():
|
|||
|
||||
if len(kb.injections) == 0 or (len(kb.injections) == 1 and kb.injections[0].place is None):
|
||||
if kb.vainRun and not conf.multipleTargets:
|
||||
errMsg = "no testable parameter(s) found in the provided data "
|
||||
errMsg = "no parameter(s) found for testing in the provided data "
|
||||
errMsg += "(e.g. GET parameter 'id' in 'www.site.com/index.php?id=1')"
|
||||
raise sqlmapNoneDataException, errMsg
|
||||
elif not conf.realTest:
|
||||
|
|
|
@ -1502,7 +1502,7 @@ def __useWizardInterface():
|
|||
if filter(lambda x: '=' in str(x), [conf.url, conf.data]) or '*' in conf.url:
|
||||
break
|
||||
else:
|
||||
warnMsg = "no testable GET and/or POST parameter(s) found "
|
||||
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')"
|
||||
logger.critical(warnMsg)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user