mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-25 00:34:28 +03:00
Fix incompatible errMsg for tor and osPwn args (#3432)
This commit is contained in:
parent
5274c88c7d
commit
880545cad4
|
@ -2306,7 +2306,7 @@ def _basicOptionValidation():
|
|||
errMsg = "option '--not-string' is incompatible with switch '--null-connection'"
|
||||
raise SqlmapSyntaxException(errMsg)
|
||||
|
||||
if conf.notString and conf.nullConnection:
|
||||
if conf.tor and conf.osPwn:
|
||||
errMsg = "option '--tor' is incompatible with switch '--os-pwn'"
|
||||
raise SqlmapSyntaxException(errMsg)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user