| 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.
Initializes the flatfile for storage based on the parameters specified. The hash must contain a FilePath attribute.
This method stores the current state of the framework in human readable form to a flatfile. This can be used as a reporting mechanism.