From 4bb9754dfe37d998561bc624624ddb4c86968a81 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 30 May 2011 23:34:48 +0000 Subject: [PATCH] using --dump for msaccess with -C switch was for some reason pain in the ass (you had to do the brute forcing again and again). now -C forces the result in those cases --- plugins/generic/enumeration.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/generic/enumeration.py b/plugins/generic/enumeration.py index 6503e9f69..005c356eb 100644 --- a/plugins/generic/enumeration.py +++ b/plugins/generic/enumeration.py @@ -995,9 +995,12 @@ class Enumeration: resumeAvailable = True break - if resumeAvailable: + if resumeAvailable or colList: columns = {} + for column in colList: + columns[column] = None + for tbl in tblList: for db, table, colName, colType in kb.brute.columns: if db == conf.db and table == tbl: