Class Msf::ModuleDataStore
In: lib/msf/core/data_store.rb
Parent: DataStore

DataStore wrapper for modules that will attempt to back values against the framework‘s datastore if they aren‘t found in the module‘s datastore. This is done to simulate global data store values.

Methods

[]   fetch   new  

Public Class methods

Public Instance methods

Fetch the key from the local hash first, or from the framework datastore if we can‘t directly find it

[Validate]