Files
metasploit-gs/lib/msf/core/web_services/authentication.rb
T
Matthew Kienow 4cc9959e3f Move MSF API App and associated servlets
The modules interact with the DbManager, however, are not a part of it
and belong in a more meaningful location for web services.
2018-11-19 18:46:15 -05:00

5 lines
121 B
Ruby

module Authentication
autoload :Strategies, 'msf/core/web_services/authentication/strategies'
include Strategies
end