Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab80bf commit 68b9d48Copy full SHA for 68b9d48
1 file changed
plugins/generic/enumeration.py
@@ -2131,12 +2131,6 @@ def searchColumn(self):
2131
errMsg += "back-end DBMS is MySQL < 5.0"
2132
bruteForce = True
2133
2134
- elif Backend.isDbms(DBMS.ACCESS):
2135
- errMsg = "cannot retrieve column names, "
2136
- errMsg += "back-end DBMS is Access"
2137
- logger.error(errMsg)
2138
- bruteForce = True
2139
-
2140
if bruteForce:
2141
message = "do you want to use common columns existence check? [Y/n/q]"
2142
test = readInput(message, default="Y")
0 commit comments