Files
metasploit-gs/api/Msf/Exploit/Remote/Java/Rmi/Client/Jmx.html
T

218 lines
10 KiB
HTML
Raw Normal View History

2026-05-08 17:08:43 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Module: Msf::Exploit::Remote::Java::Rmi::Client::Jmx
&mdash; Documentation by YARD 0.9.37
</title>
<link rel="stylesheet" href="../../../../../../css/style.css" type="text/css" />
<link rel="stylesheet" href="../../../../../../css/common.css" type="text/css" />
<script type="text/javascript">
pathId = "Msf::Exploit::Remote::Java::Rmi::Client::Jmx";
relpath = '../../../../../../';
</script>
<script type="text/javascript" charset="utf-8" src="../../../../../../js/jquery.js"></script>
<script type="text/javascript" charset="utf-8" src="../../../../../../js/app.js"></script>
</head>
<body>
<div class="nav_wrap">
<iframe id="nav" src="../../../../../../class_list.html?1"></iframe>
<div id="resizer"></div>
</div>
<div id="main" tabindex="-1">
<div id="header">
<div id="menu">
<a href="../../../../../../_index.html">Index (J)</a> &raquo;
<span class='title'><span class='object_link'><a href="../../../../../../Msf.html" title="Msf (module)">Msf</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../../../../../Exploit.html" title="Msf::Exploit (class)">Exploit</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../../../../Remote.html" title="Msf::Exploit::Remote (class)">Remote</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../../../Java.html" title="Msf::Exploit::Remote::Java (module)">Java</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../../Rmi.html" title="Msf::Exploit::Remote::Java::Rmi (module)">Rmi</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Client.html" title="Msf::Exploit::Remote::Java::Rmi::Client (module)">Client</a></span></span>
&raquo;
<span class="title">Jmx</span>
</div>
<div id="search">
<a class="full_list_link" id="class_list_link"
href="../../../../../../class_list.html">
<svg width="24" height="24">
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
</svg>
</a>
</div>
<div class="clear"></div>
</div>
<div id="content"><h1>Module: Msf::Exploit::Remote::Java::Rmi::Client::Jmx
</h1>
<div class="box_info">
<dl>
<dt>Includes:</dt>
<dd><span class='object_link'><a href="Jmx/Connection.html" title="Msf::Exploit::Remote::Java::Rmi::Client::Jmx::Connection (module)">Connection</a></span>, <span class='object_link'><a href="Jmx/Server.html" title="Msf::Exploit::Remote::Java::Rmi::Client::Jmx::Server (module)">Server</a></span></dd>
</dl>
<dl>
<dt>Included in:</dt>
<dd><span class='object_link'><a href="../Client.html" title="Msf::Exploit::Remote::Java::Rmi::Client (module)">Msf::Exploit::Remote::Java::Rmi::Client</a></span></dd>
</dl>
<dl>
<dt>Defined in:</dt>
<dd>lib/msf/core/exploit/remote/java/rmi/client/jmx.rb<span class="defines">,<br />
lib/msf/core/exploit/remote/java/rmi/client/jmx/server.rb,<br /> lib/msf/core/exploit/remote/java/rmi/client/jmx/connection.rb,<br /> lib/msf/core/exploit/remote/java/rmi/client/jmx/server/parser.rb,<br /> lib/msf/core/exploit/remote/java/rmi/client/jmx/server/builder.rb,<br /> lib/msf/core/exploit/remote/java/rmi/client/jmx/connection/builder.rb</span>
</dd>
</dl>
</div>
<h2>Defined Under Namespace</h2>
<p class="children">
<strong class="modules">Modules:</strong> <span class='object_link'><a href="Jmx/Connection.html" title="Msf::Exploit::Remote::Java::Rmi::Client::Jmx::Connection (module)">Connection</a></span>, <span class='object_link'><a href="Jmx/Server.html" title="Msf::Exploit::Remote::Java::Rmi::Client::Jmx::Server (module)">Server</a></span>
</p>
<h2>
Constant Summary
<small><a href="#" class="constants_summary_toggle">collapse</a></small>
</h2>
<dl class="constants">
<dt id="OBJECT_NAME_UID-constant" class="">OBJECT_NAME_UID =
</dt>
<dd><pre class="code"><span class='int'>1081892073854801359</span></pre></dd>
<dt id="BYTE_ARRAY_UID-constant" class="">BYTE_ARRAY_UID =
</dt>
<dd><pre class="code"><span class='op'>-</span><span class='int'>5984413125824719648</span></pre></dd>
<dt id="MARSHALLED_OBJECT_UID-constant" class="">MARSHALLED_OBJECT_UID =
</dt>
<dd><pre class="code"><span class='int'>8988374069173025854</span></pre></dd>
<dt id="STRING_ARRAY_UID-constant" class="">STRING_ARRAY_UID =
</dt>
<dd><pre class="code"><span class='op'>-</span><span class='int'>5921575005990323385</span></pre></dd>
<dt id="OBJECT_ARRAY_UID-constant" class="">OBJECT_ARRAY_UID =
</dt>
<dd><pre class="code"><span class='op'>-</span><span class='int'>8012369246846506644</span></pre></dd>
</dl>
<h2>Method Summary</h2>
<h3 class="inherited">Methods included from <span class='object_link'><a href="Jmx/Connection.html" title="Msf::Exploit::Remote::Java::Rmi::Client::Jmx::Connection (module)">Connection</a></span></h3>
<p class="inherited"><span class='object_link'><a href="Jmx/Connection.html#build_invoke_arguments_obj_bytes-instance_method" title="Msf::Exploit::Remote::Java::Rmi::Client::Jmx::Connection#build_invoke_arguments_obj_bytes (method)">#build_invoke_arguments_obj_bytes</a></span>, <span class='object_link'><a href="Jmx/Connection.html#build_jmx_invoke-instance_method" title="Msf::Exploit::Remote::Java::Rmi::Client::Jmx::Connection#build_jmx_invoke (method)">#build_jmx_invoke</a></span>, <span class='object_link'><a href="Jmx/Connection.html#build_jmx_invoke_args-instance_method" title="Msf::Exploit::Remote::Java::Rmi::Client::Jmx::Connection#build_jmx_invoke_args (method)">#build_jmx_invoke_args</a></span>, <span class='object_link'><a href="Jmx/Connection.html#send_jmx_create_mbean-instance_method" title="Msf::Exploit::Remote::Java::Rmi::Client::Jmx::Connection#send_jmx_create_mbean (method)">#send_jmx_create_mbean</a></span>, <span class='object_link'><a href="Jmx/Connection.html#send_jmx_get_object_instance-instance_method" title="Msf::Exploit::Remote::Java::Rmi::Client::Jmx::Connection#send_jmx_get_object_instance (method)">#send_jmx_get_object_instance</a></span>, <span class='object_link'><a href="Jmx/Connection.html#send_jmx_invoke-instance_method" title="Msf::Exploit::Remote::Java::Rmi::Client::Jmx::Connection#send_jmx_invoke (method)">#send_jmx_invoke</a></span></p>
<h3 class="inherited">Methods included from <span class='object_link'><a href="Jmx/Connection/Builder.html" title="Msf::Exploit::Remote::Java::Rmi::Client::Jmx::Connection::Builder (module)">Connection::Builder</a></span></h3>
<p class="inherited"><span class='object_link'><a href="Jmx/Connection/Builder.html#build_jmx_create_mbean-instance_method" title="Msf::Exploit::Remote::Java::Rmi::Client::Jmx::Connection::Builder#build_jmx_create_mbean (method)">#build_jmx_create_mbean</a></span>, <span class='object_link'><a href="Jmx/Connection/Builder.html#build_jmx_create_mbean_args-instance_method" title="Msf::Exploit::Remote::Java::Rmi::Client::Jmx::Connection::Builder#build_jmx_create_mbean_args (method)">#build_jmx_create_mbean_args</a></span>, <span class='object_link'><a href="Jmx/Connection/Builder.html#build_jmx_get_object_instance-instance_method" title="Msf::Exploit::Remote::Java::Rmi::Client::Jmx::Connection::Builder#build_jmx_get_object_instance (method)">#build_jmx_get_object_instance</a></span>, <span class='object_link'><a href="Jmx/Connection/Builder.html#build_jmx_get_object_instance_args-instance_method" title="Msf::Exploit::Remote::Java::Rmi::Client::Jmx::Connection::Builder#build_jmx_get_object_instance_args (method)">#build_jmx_get_object_instance_args</a></span></p>
<h3 class="inherited">Methods included from <span class='object_link'><a href="Jmx/Server.html" title="Msf::Exploit::Remote::Java::Rmi::Client::Jmx::Server (module)">Server</a></span></h3>
<p class="inherited"><span class='object_link'><a href="Jmx/Server.html#send_new_client-instance_method" title="Msf::Exploit::Remote::Java::Rmi::Client::Jmx::Server#send_new_client (method)">#send_new_client</a></span></p>
<h3 class="inherited">Methods included from <span class='object_link'><a href="Jmx/Server/Parser.html" title="Msf::Exploit::Remote::Java::Rmi::Client::Jmx::Server::Parser (module)">Server::Parser</a></span></h3>
<p class="inherited"><span class='object_link'><a href="Jmx/Server/Parser.html#parse_jmx_new_client_endpoint-instance_method" title="Msf::Exploit::Remote::Java::Rmi::Client::Jmx::Server::Parser#parse_jmx_new_client_endpoint (method)">#parse_jmx_new_client_endpoint</a></span></p>
<h3 class="inherited">Methods included from <span class='object_link'><a href="Jmx/Server/Builder.html" title="Msf::Exploit::Remote::Java::Rmi::Client::Jmx::Server::Builder (module)">Server::Builder</a></span></h3>
<p class="inherited"><span class='object_link'><a href="Jmx/Server/Builder.html#build_jmx_new_client-instance_method" title="Msf::Exploit::Remote::Java::Rmi::Client::Jmx::Server::Builder#build_jmx_new_client (method)">#build_jmx_new_client</a></span>, <span class='object_link'><a href="Jmx/Server/Builder.html#build_jmx_new_client_args-instance_method" title="Msf::Exploit::Remote::Java::Rmi::Client::Jmx::Server::Builder#build_jmx_new_client_args (method)">#build_jmx_new_client_args</a></span></p>
</div>
<div id="footer">
Generated on Fri May 8 17:02:28 2026 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.37 (ruby-3.1.5).
</div>
</div>
</body>
</html>