Class Msf::PluginManager
In: lib/msf/core/plugin_manager.rb
Parent: Array

This class manages the loading and unloading plugins. All plugins must implement the Plugin base class interface.

Methods

Included Modules

Framework::Offspring

Public Class methods

Check the hash using the supplied path name to see if there is already a class association.

Initializes the plugin manager.

Set the class that‘s associated with the supplied hash.

Public Instance methods

Loads a plugin from the supplied path and returns the instance that is created as a result.

Unloads a plugin using the instance that was returned from a previous call to load.

[Validate]