mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
actual implementation of issue #75, still some work to do
This commit is contained in:
@@ -798,6 +798,9 @@ class Agent:
|
||||
|
||||
return unescaper.unescape(lengthExpr)
|
||||
|
||||
def forgeQueryOutputLengthZero(self, expression):
|
||||
return self.forgeCaseStatement(self.forgeQueryOutputLength(expression))
|
||||
|
||||
def forgeCaseStatement(self, expression):
|
||||
"""
|
||||
Take in input a query string and return its CASE statement query
|
||||
|
||||
Reference in New Issue
Block a user