mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
isDbmsWithin() must stay like this, no getIdentifiedDbms() in there
This commit is contained in:
@@ -63,6 +63,10 @@ class Fingerprint(GenericFingerprint):
|
||||
return value
|
||||
|
||||
def checkDbms(self):
|
||||
print "Backend.getDbms():", Backend.getDbms()
|
||||
print "Backend.isDbmsWithin(ORACLE_ALIASES):", Backend.isDbmsWithin(ORACLE_ALIASES)
|
||||
print "conf.dbms:", conf.dbms
|
||||
|
||||
if not conf.extensiveFp and (Backend.isDbmsWithin(ORACLE_ALIASES) or conf.dbms in ORACLE_ALIASES):
|
||||
setDbms(DBMS.ORACLE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user