mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-31 15:40:46 +00:00
minor fix (it was quite ... to have this check at the later stage)
This commit is contained in:
parent
fdef6726cf
commit
b327bbcd9b
2 changed files with 4 additions and 3 deletions
|
|
@ -80,9 +80,6 @@ def configUnion(char=None, columns=None):
|
|||
conf.uChar = "'%s'" % char
|
||||
|
||||
def __configUnionCols(columns):
|
||||
if "-" not in columns or len(columns.split("-")) != 2:
|
||||
raise sqlmapSyntaxException, "--union-cols must be a range with hyphon (e.g. 1-10)"
|
||||
|
||||
columns = columns.replace(" ", "")
|
||||
colsStart, colsStop = columns.split("-")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue