mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
update for Sybase
This commit is contained in:
parent
a8e42a4f2b
commit
a7a53af924
2 changed files with 7 additions and 6 deletions
|
|
@ -1168,7 +1168,7 @@ class Enumeration:
|
|||
query = rootQuery.blind.query % (column, column,
|
||||
conf.tbl.upper(),
|
||||
index)
|
||||
elif kb.dbms == "Microsoft SQL Server":
|
||||
elif kb.dbms in ("Microsoft SQL Server", "Sybase"):
|
||||
query = rootQuery.blind.query % (column, index + 1, conf.db,
|
||||
conf.tbl, colList[0],
|
||||
colList[0], colList[0])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue