mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
leftover
This commit is contained in:
parent
5a83f1c5f7
commit
ae87df5670
1 changed files with 0 additions and 6 deletions
|
|
@ -1973,12 +1973,6 @@ class Enumeration:
|
|||
errMsg += "back-end DBMS is MySQL < 5.0"
|
||||
bruteForce = True
|
||||
|
||||
elif Backend.isDbms(DBMS.ACCESS):
|
||||
errMsg = "cannot retrieve table names, "
|
||||
errMsg += "back-end DBMS is Access"
|
||||
logger.error(errMsg)
|
||||
bruteForce = True
|
||||
|
||||
if bruteForce:
|
||||
message = "do you want to use common table existence check? [Y/n/q]"
|
||||
test = readInput(message, default="Y")
|
||||
|
|
|
|||
Loading…
Reference in a new issue