mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-16 19:40:37 +03:00
leftover
This commit is contained in:
parent
5a83f1c5f7
commit
ae87df5670
|
@ -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 New Issue
Block a user