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 06be7bb commit fe49abdCopy full SHA for fe49abd
1 file changed
lib/techniques/brute/use.py
@@ -58,7 +58,7 @@ def tableExists(tableFile, regex=None):
58
errMsg += "to distinguish errornous results)"
59
raise sqlmapDataException, errMsg
60
61
- tables = getFileItems(tableFile, lowercase=Backend.getIdentifiedDbms() in (DBMS.ACCESS), unique=True)
+ tables = getFileItems(tableFile, lowercase=Backend.getIdentifiedDbms() in (DBMS.ACCESS,), unique=True)
62
63
infoMsg = "checking table existence using items from '%s'" % tableFile
64
logger.info(infoMsg)
0 commit comments