mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-29 13:03:50 +03:00
Got rid of conf.logic for the moment, haven't decided yet what to do with parenthesis check
This commit is contained in:
parent
df4cb1a601
commit
09b265a1ea
|
@ -1081,7 +1081,6 @@ def __setConfAttributes():
|
||||||
conf.httpHeaders = []
|
conf.httpHeaders = []
|
||||||
conf.hostname = None
|
conf.hostname = None
|
||||||
conf.loggedToOut = None
|
conf.loggedToOut = None
|
||||||
conf.logic = "AND"
|
|
||||||
conf.matchRatio = None
|
conf.matchRatio = None
|
||||||
conf.multipleTargets = False
|
conf.multipleTargets = False
|
||||||
conf.outputPath = None
|
conf.outputPath = None
|
||||||
|
|
|
@ -27,7 +27,6 @@ def checkForParenthesis():
|
||||||
logMsg = "testing for parenthesis on injectable parameter"
|
logMsg = "testing for parenthesis on injectable parameter"
|
||||||
logger.info(logMsg)
|
logger.info(logMsg)
|
||||||
|
|
||||||
logic = conf.logic
|
|
||||||
count = 0
|
count = 0
|
||||||
case = getInjectionCase(kb.injType)
|
case = getInjectionCase(kb.injType)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user