555a9f2559
[Fixes #36737359] Refactor Msf::ModuleManager into concerns so its easier to understand and duplicate code can be made DRY. The refactoring also ensures that when loading from directories, Fastlibs, or reloading, the wrapper module will always be named so that activesupport/dependencies will function.
6 lines
91 B
Ruby
6 lines
91 B
Ruby
require 'msf/core/modules'
|
|
|
|
# Namespace for module loaders
|
|
module Msf::Modules::Loader
|
|
|
|
end |