mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
minor update regarding last commit
This commit is contained in:
parent
5291fe35c9
commit
4889764114
2 changed files with 4 additions and 14 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue