mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Redesigning for Issue #75
This commit is contained in:
parent
3d66e2dfb1
commit
3fd5119f3f
2 changed files with 1 additions and 8 deletions
|
|
@ -798,9 +798,6 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue