mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Refactoring
This commit is contained in:
@@ -102,7 +102,7 @@ def configUnion(char=None, columns=None):
|
||||
elif isinstance(columns, basestring):
|
||||
__configUnionCols(columns)
|
||||
|
||||
def unionUse(expression, direct=False, unescape=True, unpack=True, dump=False):
|
||||
def unionUse(expression, unescape=True, unpack=True, dump=False):
|
||||
"""
|
||||
This function tests for an inband SQL injection on the target
|
||||
url then call its subsidiary function to effectively perform an
|
||||
|
||||
Reference in New Issue
Block a user