mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
--dump now works on MaxDB too
This commit is contained in:
@@ -136,3 +136,6 @@ class Fingerprint(GenericFingerprint):
|
||||
|
||||
def forceDbmsEnum(self):
|
||||
conf.db = "%s%s" % (DBMS.MAXDB, METADB_SUFFIX)
|
||||
|
||||
if conf.tbl:
|
||||
conf.tbl = conf.tbl.upper()
|
||||
|
||||
Reference in New Issue
Block a user