implemented --banner for MaxDB and some minor fixes

This commit is contained in:
Miroslav Stampar
2010-11-02 20:51:55 +00:00
parent 49bf34ffd9
commit cd0d4135ac
7 changed files with 17 additions and 59 deletions

View File

@@ -148,7 +148,7 @@ class Dump:
dbTables.sort(key=lambda x: x.lower())
self.__write("Brute-forced databases:")
self.__write("Brute-forced tables:")
if len(dbTables) == 1:
self.__write("[1 table]")