mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 14:11:29 +00:00
More fixes for --common-columns to work against MSSQL too
This commit is contained in:
@@ -250,7 +250,7 @@ def resumeConfKb(expression, url, value):
|
||||
kb.brute.tables.append((db, table))
|
||||
|
||||
elif expression == "COLUMN_EXISTS" and url == conf.url:
|
||||
table, column = unSafeFormatString(value[:-1]).split('..')
|
||||
table, column = unSafeFormatString(value[:-1]).split('|')
|
||||
colName, colType = column.split(' ')
|
||||
|
||||
if '.' in table:
|
||||
|
||||
Reference in New Issue
Block a user