mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-09 17:51:33 +00:00
Minor update
This commit is contained in:
parent
0ea39098bd
commit
7a0a4c28e5
6 changed files with 30 additions and 8 deletions
|
|
@ -1139,7 +1139,7 @@ def _setSafeVisit():
|
|||
conf.safeUrl = "http://%s" % conf.safeUrl
|
||||
|
||||
if (conf.safeFreq or 0) <= 0:
|
||||
errMsg = "please provide a valid value (>0) for safe frequency (--safe-freq) while using safe visit features"
|
||||
errMsg = "please provide a valid value (>0) for safe frequency ('--safe-freq') while using safe visit features"
|
||||
raise SqlmapSyntaxException(errMsg)
|
||||
|
||||
def _setPrefixSuffix():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue