mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
implemented --banner for MaxDB and some minor fixes
This commit is contained in:
parent
49bf34ffd9
commit
cd0d4135ac
7 changed files with 17 additions and 59 deletions
|
|
@ -63,6 +63,7 @@ class Enumeration:
|
|||
kb.data.cachedTables = {}
|
||||
kb.data.cachedColumns = {}
|
||||
kb.data.dumpedTable = {}
|
||||
kb.data.processChar = None
|
||||
kb.misc.testedDbms = dbms
|
||||
|
||||
def getBanner(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue