5 lines
121 B
Ruby
5 lines
121 B
Ruby
|
|
module Authentication
|
||
|
|
autoload :Strategies, 'msf/core/web_services/authentication/strategies'
|
||
|
|
|
||
|
|
include Strategies
|
||
|
|
end
|