Thanks to visit codestin.com Credit goes to github.com
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 01f4b76 commit 95f2e61Copy full SHA for 95f2e61
1 file changed
lib/core/option.py
@@ -2183,7 +2183,7 @@ def _basicOptionValidation():
2183
errMsg = "option '--csrf-url' requires usage of option '--csrf-token'"
2184
raise SqlmapSyntaxException(errMsg)
2185
2186
- if conf.csrfToken and conf.threads:
+ if conf.csrfToken and conf.threads > 1:
2187
errMsg = "option '--csrf-url' is incompatible with option '--threads'"
2188
2189
0 commit comments