metasploit-framework/lib/msf/core/handler/reverse.rb

9 lines
171 B
Ruby
Raw Normal View History

2015-10-07 14:59:12 +00:00
module Msf
module Handler
module Reverse
autoload :Comm, 'msf/core/handler/reverse/comm'
autoload :SSL, 'msf/core/handler/reverse/ssl'
end
end
end