Files
metasploit-gs/lib/msf/core/web_services/authentication.rb
T

5 lines
121 B
Ruby
Raw Normal View History

2018-11-19 14:03:27 -05:00
module Authentication
autoload :Strategies, 'msf/core/web_services/authentication/strategies'
include Strategies
end