mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-15 12:19:03 +00:00
implemented --banner for MaxDB and some minor fixes
This commit is contained in:
@@ -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]")
|
||||
|
||||
Reference in New Issue
Block a user