metasploit-framework/lib/msf/java/jmx/mbean.rb

14 lines
225 B
Ruby
Raw Normal View History

2015-01-16 03:18:03 +00:00
# -*- coding: binary -*-
module Msf
2015-02-10 16:58:57 +00:00
module Java
module Jmx
module Mbean
require 'msf/java/jmx/mbean/server_connection'
2015-01-16 03:18:03 +00:00
2015-02-10 16:59:56 +00:00
include Msf::Java::Jmx::Mbean::ServerConnection
2015-02-10 16:58:57 +00:00
end
2015-01-16 03:18:03 +00:00
end
end
end