mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 13:14:13 +03:00
leftover
This commit is contained in:
parent
c58dc4a6d8
commit
dac59a55bc
|
@ -63,10 +63,6 @@ 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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user