update regarding brute forcing

This commit is contained in:
Miroslav Stampar
2010-11-09 16:53:33 +00:00
parent a7fa8d4975
commit b43334165d
4 changed files with 9 additions and 2116 deletions

View File

@@ -148,7 +148,7 @@ class Dump:
dbTables.sort(key=lambda x: x.lower())
self.__write("Brute-forced table names:")
self.__write("Database: %s" % conf.db)
if len(dbTables) == 1:
self.__write("[1 table]")
@@ -209,7 +209,7 @@ class Dump:
tableColumns.sort(key=lambda x: x.lower())
self.__write("Brute-forced column names for table '%s':" % conf.tbl)
self.__write("Database: %s\nTable: %s" % (conf.db if conf.db else 'All', conf.tbl))
if len(tableColumns) == 1:
self.__write("[1 column]")