mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
language update
This commit is contained in:
parent
ad2762118d
commit
7314de3490
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue