def __init__(self, samFile, bootKey, logger, db, host, hostname, isRemote = False): OfflineRegistry.__init__(self, samFile, isRemote) self.__samFile = samFile self.__hashedBootKey = '' self.__bootKey = bootKey self.__logger = logger self.__db = db self.__host = host self.__hostname = hostname self.__cryptoCommon = CryptoCommon() self.__itemsFound = {}
def __init__(self, securityFile, bootKey, logger, remoteOps = None, isRemote = False): OfflineRegistry.__init__(self,securityFile, isRemote) self.__hashedBootKey = '' self.__bootKey = bootKey self.__LSAKey = '' self.__NKLMKey = '' self.__isRemote = isRemote self.__vistaStyle = True self.__cryptoCommon = CryptoCommon() self.__securityFile = securityFile self.__logger = logger self.__remoteOps = remoteOps self.__cachedItems = [] self.__secretItems = []
def __init__(self, samFile, bootKey, logger, db, host, hostname, isRemote=False): OfflineRegistry.__init__(self, samFile, isRemote) self.__samFile = samFile self.__hashedBootKey = '' self.__bootKey = bootKey self.__logger = logger self.__db = db self.__host = host self.__hostname = hostname self.__cryptoCommon = CryptoCommon() self.__itemsFound = {}