File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -491,7 +491,7 @@ def start():
491491
492492 if len (kb .injections ) == 0 or (len (kb .injections ) == 1 and kb .injections [0 ].place is None ):
493493 if kb .vainRun and not conf .multipleTargets :
494- errMsg = "no testable parameter(s) found in the provided data "
494+ errMsg = "no parameter(s) found for testing in the provided data "
495495 errMsg += "(e.g. GET parameter 'id' in 'www.site.com/index.php?id=1')"
496496 raise sqlmapNoneDataException , errMsg
497497 elif not conf .realTest :
Original file line number Diff line number Diff line change @@ -1502,7 +1502,7 @@ def __useWizardInterface():
15021502 if filter (lambda x : '=' in str (x ), [conf .url , conf .data ]) or '*' in conf .url :
15031503 break
15041504 else :
1505- warnMsg = "no testable GET and/or POST parameter(s) found "
1505+ warnMsg = "no GET and/or POST parameter(s) found for testing "
15061506 warnMsg += "(e.g. GET parameter 'id' in 'www.site.com/index.php?id=1')"
15071507 logger .critical (warnMsg )
15081508
You can’t perform that action at this time.
0 commit comments