mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-14 01:16:59 +00:00
Minor message update
This commit is contained in:
parent
daafe9b74a
commit
107d9f90ad
3 changed files with 6 additions and 3 deletions
|
|
@ -642,6 +642,9 @@ def start():
|
|||
errMsg += "involved (e.g. WAF) maybe you could try to use "
|
||||
errMsg += "option '--tamper' (e.g. '--tamper=space2comment')"
|
||||
|
||||
if not conf.randomAgent:
|
||||
errMsg += " and/or switch '--random-agent'"
|
||||
|
||||
raise SqlmapNotVulnerableException(errMsg.rstrip('.'))
|
||||
else:
|
||||
# Flush the flag
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue