Class Msf::PersistentStorage::Flatfile
In: lib/msf/base/persistent_storage/flatfile.rb
Parent: PersistentStorage

This class persists the state of the framework to a flatfile in a human readable format. At the moment, the level of information it conveys is rather basic and ugly, but this is just a prototype, so it will be improved. Oh yes, it will be improved.

Methods

new   store   store_general  

Public Class methods

Initializes the flatfile for storage based on the parameters specified. The hash must contain a FilePath attribute.

Public Instance methods

This method stores the current state of the framework in human readable form to a flatfile. This can be used as a reporting mechanism.

Protected Instance methods

This method stores general information about the current state of the framework instance.

[Validate]