Module: Msf::Framework::Offspring
- Included in:
- DBManager, EncodedPayload, EventDispatcher, Msf::FrameworkEventSubscriber, Module, ModuleManager, ModuleSet, Plugin, PluginManager, Session, SessionManager, Simple::Statistics, ThreadManager
- Defined in:
- lib/msf/core/framework.rb
Overview
Mixin meant to be included into all classes that can have instances that should be tied to the framework, such as modules.
Instance Attribute Summary collapse
-
#framework ⇒ Object
A reference to the framework instance from which this offspring was derived.
Instance Attribute Details
#framework ⇒ Object
A reference to the framework instance from which this offspring was derived.
49 50 51 |
# File 'lib/msf/core/framework.rb', line 49 def framework @framework end |