mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
minor update
This commit is contained in:
parent
8aefd0bbf7
commit
42272ca78c
7 changed files with 17 additions and 7 deletions
|
|
@ -1155,7 +1155,7 @@ class Enumeration:
|
|||
|
||||
if kb.dbms == DBMS.ORACLE:
|
||||
query = rootQuery.blind.count % conf.tbl.upper()
|
||||
elif kb.dbms == DBMS.SQLITE:
|
||||
elif kb.dbms in (DBMS.SQLITE, DBMS.ACCESS):
|
||||
query = rootQuery.blind.count % conf.tbl
|
||||
else:
|
||||
query = rootQuery.blind.count % (conf.db, conf.tbl)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue