mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Minor adjustments and minor bug fixes. Documentation almost complete for sqlmap 0.6.3.
This commit is contained in:
@@ -46,7 +46,11 @@ def checkForParenthesis():
|
||||
|
||||
count = 0
|
||||
|
||||
if kb.parenthesis != None:
|
||||
return
|
||||
|
||||
if conf.prefix or conf.postfix:
|
||||
kb.parenthesis = 0
|
||||
return
|
||||
|
||||
for parenthesis in range(1, 4):
|
||||
|
||||
Reference in New Issue
Block a user