We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da97cc0 commit 8410fc5Copy full SHA for 8410fc5
1 file changed
lib/core/option.py
@@ -1988,10 +1988,6 @@ def __basicOptionValidation():
1988
errMsg = "option '--dump-format' accepts one of following values: %s" % ", ".join(getPublicTypeMembers(DUMP_FORMAT, True))
1989
raise sqlmapSyntaxException, errMsg
1990
1991
- if conf.dumpFormat != defaults.dumpFormat and not any((conf.dumpTable, conf.dumpAll)):
1992
- errMsg = "option '--dump-format' requires usage of switch '--dump' (or '--dump-all')"
1993
- raise sqlmapSyntaxException, errMsg
1994
-
1995
if conf.skip and conf.testParameter:
1996
errMsg = "option '--skip' is incompatible with option '-p'"
1997
0 commit comments