mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
putting kb.negativeLogic setting to the safe place
This commit is contained in:
parent
209e795369
commit
577caac4de
3 changed files with 2 additions and 10 deletions
|
|
@ -505,6 +505,8 @@ class Connect:
|
|||
string match check ('--string' command line parameter)
|
||||
"""
|
||||
|
||||
kb.negativeLogic = "OR NOT" in (value or "")
|
||||
|
||||
if conf.direct:
|
||||
return direct(value, content)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue