mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 13:41:29 +00:00
Got rid of conf.logic for the moment, haven't decided yet what to do with parenthesis check
This commit is contained in:
@@ -27,7 +27,6 @@ def checkForParenthesis():
|
||||
logMsg = "testing for parenthesis on injectable parameter"
|
||||
logger.info(logMsg)
|
||||
|
||||
logic = conf.logic
|
||||
count = 0
|
||||
case = getInjectionCase(kb.injType)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user