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 5a83f1c commit ae87df5Copy full SHA for ae87df5
1 file changed
plugins/generic/enumeration.py
@@ -1973,12 +1973,6 @@ def searchTable(self):
1973
errMsg += "back-end DBMS is MySQL < 5.0"
1974
bruteForce = True
1975
1976
- elif Backend.isDbms(DBMS.ACCESS):
1977
- errMsg = "cannot retrieve table names, "
1978
- errMsg += "back-end DBMS is Access"
1979
- logger.error(errMsg)
1980
- bruteForce = True
1981
-
1982
if bruteForce:
1983
message = "do you want to use common table existence check? [Y/n/q]"
1984
test = readInput(message, default="Y")
0 commit comments