mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Refactoring
This commit is contained in:
parent
9b342a4c95
commit
a37f5e05b9
3 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue