mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
improvement toward proper implementation of OR-based injection by usage of "negative logic" mechanism
This commit is contained in:
@@ -502,8 +502,6 @@ class Connect:
|
||||
string match check ('--string' command line parameter)
|
||||
"""
|
||||
|
||||
kb.negativeLogic = "OR NOT" in (value or "")
|
||||
|
||||
if conf.direct:
|
||||
return direct(value, content)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user