4cc9959e3f
The modules interact with the DbManager, however, are not a part of it and belong in a more meaningful location for web services.
5 lines
121 B
Ruby
5 lines
121 B
Ruby
module Authentication
|
|
autoload :Strategies, 'msf/core/web_services/authentication/strategies'
|
|
|
|
include Strategies
|
|
end |