MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / isDbms

Method isDbms

lib/core/common.py:569–572  ·  view source on GitHub ↗
(dbms)

Source from the content-addressed store, hash-verified

567 # Comparison methods
568 @staticmethod
569 def isDbms(dbms):
570 if not kb.get("testMode") and all((Backend.getDbms(), Backend.getIdentifiedDbms())) and Backend.getDbms() != Backend.getIdentifiedDbms():
571 singleTimeWarnMessage("identified ('%s') and fingerprinted ('%s') DBMSes differ. If you experience problems in enumeration phase please rerun with '--flush-session'" % (Backend.getIdentifiedDbms(), Backend.getDbms()))
572 return Backend.getIdentifiedDbms() == aliasToDbmsEnum(dbms)
573
574 @staticmethod
575 def isFork(fork):

Callers 15

hashRecognitionFunction · 0.80
tableExistsThreadFunction · 0.80
columnExistsThreadFunction · 0.80
_goInferenceProxyFunction · 0.80
getValueFunction · 0.80
directFunction · 0.80
nullAndCastFieldMethod · 0.80
concatQueryMethod · 0.80
limitConditionMethod · 0.80
limitQueryMethod · 0.80
whereQueryMethod · 0.80
parsePasswordHashFunction · 0.80

Calls 5

aliasToDbmsEnumFunction · 0.85
getIdentifiedDbmsMethod · 0.80
singleTimeWarnMessageFunction · 0.70
getMethod · 0.45
getDbmsMethod · 0.45

Tested by

no test coverage detected