mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-27 12:00:57 +00:00
update of mysql comment versions
This commit is contained in:
parent
40e3489099
commit
5db8ebbfa9
2 changed files with 9 additions and 9 deletions
|
|
@ -378,7 +378,7 @@ def start():
|
|||
if len(kb.injections) == 0 or (len(kb.injections) == 1 and kb.injections[0].place is None):
|
||||
if not conf.realTest:
|
||||
errMsg = "all parameters are not injectable, try "
|
||||
errMsg += "a higher --level"
|
||||
errMsg += "a higher --level/--risk and/or --text-only switch"
|
||||
raise sqlmapNotVulnerableException, errMsg
|
||||
else:
|
||||
errMsg = "it seems that all parameters are not injectable"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue