| Class | Msf::DataStore |
| In: |
lib/msf/core/data_store.rb
|
| Parent: | Hash |
The data store is just a bitbucket that holds keyed values. It is used by various classes to hold option values and other state information.
Updates a value in the datastore with the specified name, k, to the specified value, v. This update does not alter the imported status of the value.
Returns a hash of user-defined datastore values. The returned hash does not include default option values.