mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Patch for an Issue #734
This commit is contained in:
@@ -2104,6 +2104,10 @@ def _basicOptionValidation():
|
|||||||
errMsg = "switch '--no-cast' is incompatible with switch '--hex'"
|
errMsg = "switch '--no-cast' is incompatible with switch '--hex'"
|
||||||
raise SqlmapSyntaxException(errMsg)
|
raise SqlmapSyntaxException(errMsg)
|
||||||
|
|
||||||
|
if conf.dumpAll and conf.search:
|
||||||
|
errMsg = "switch '--dump-all' is incompatible with switch '--search'"
|
||||||
|
raise SqlmapSyntaxException(errMsg)
|
||||||
|
|
||||||
if conf.string and conf.notString:
|
if conf.string and conf.notString:
|
||||||
errMsg = "option '--string' is incompatible with switch '--not-string'"
|
errMsg = "option '--string' is incompatible with switch '--not-string'"
|
||||||
raise SqlmapSyntaxException(errMsg)
|
raise SqlmapSyntaxException(errMsg)
|
||||||
|
|||||||
Reference in New Issue
Block a user