We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa9cc39 commit 5c55602Copy full SHA for 5c55602
1 file changed
lib/core/option.py
@@ -2675,7 +2675,7 @@ def _basicOptionValidation():
2675
logger.warning(warnMsg)
2676
2677
2678
- if conf.cookieDel and len(conf.cookieDel):
+ if conf.cookieDel and len(conf.cookieDel) != 1:
2679
errMsg = "option '--cookie-del' should contain a single character (e.g. ';')"
2680
raise SqlmapSyntaxException(errMsg)
2681
0 commit comments