mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
dumping table is now possible on Firebird too
This commit is contained in:
parent
f9bc6fc78f
commit
e98d9c08e1
3 changed files with 10 additions and 9 deletions
|
|
@ -144,3 +144,6 @@ class Fingerprint(GenericFingerprint):
|
|||
|
||||
def forceDbmsEnum(self):
|
||||
conf.db = "%s%s" % (DBMS.FIREBIRD, METADB_SUFFIX)
|
||||
|
||||
if conf.tbl:
|
||||
conf.tbl = conf.tbl.upper()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue