minor update regarding last commit

This commit is contained in:
Miroslav Stampar
2011-03-21 11:40:27 +00:00
parent 5291fe35c9
commit 4889764114
2 changed files with 4 additions and 14 deletions

View File

@@ -125,14 +125,6 @@ class Fingerprint(GenericFingerprint):
def forceDbmsEnum(self):
if conf.db:
conf.db = conf.db.upper()
else:
conf.db = "USERS"
warnMsg = "on %s it is only possible to enumerate " % DBMS.ORACLE
warnMsg += "if you provide a TABLESPACE_NAME as database "
warnMsg += "name. sqlmap is going to use 'USERS' as database "
warnMsg += "name"
logger.warn(warnMsg)
if conf.tbl:
conf.tbl = conf.tbl.upper()