mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
minor update
This commit is contained in:
parent
2ab80bfb2c
commit
68b9d48d0a
|
@ -2131,12 +2131,6 @@ class Enumeration:
|
|||
errMsg += "back-end DBMS is MySQL < 5.0"
|
||||
bruteForce = True
|
||||
|
||||
elif Backend.isDbms(DBMS.ACCESS):
|
||||
errMsg = "cannot retrieve column names, "
|
||||
errMsg += "back-end DBMS is Access"
|
||||
logger.error(errMsg)
|
||||
bruteForce = True
|
||||
|
||||
if bruteForce:
|
||||
message = "do you want to use common columns existence check? [Y/n/q]"
|
||||
test = readInput(message, default="Y")
|
||||
|
|
Loading…
Reference in New Issue
Block a user