mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
dumping table is now possible on Firebird too
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user