1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-30 11:29:01 +00:00

Fix some documentation typos in rmi-dumpregistry.nse, split the first

paragraph so the summary is shorter.
This commit is contained in:
david
2010-11-02 17:46:41 +00:00
parent d4007d43e5
commit f8714ae9ff

View File

@@ -1,13 +1,16 @@
description = [[
This script connects to ta remote RMI registry, and attempts to dump all objects from an RMI Registry. First it tries to
This script connects to a remote RMI registry and attempts to dump all
its objects.
First it tries to
determine the names of all objects bound in the registry, and then it tries to determine information about the objects,
such as the the class names of the superclasses and interfaces. This may, depending on what the registry is used for, give
valuable information about the service. E.g, if the app uses JMX (Java Management eXtensions, you should see an object
valuable information about the service. E.g, if the app uses JMX (Java Management eXtensions), you should see an object
called "jmxconnector" on it.
It also gives information about where the objects are located, (marked with @<ip>:port in the output).
Some apps give away the classpath, which this scripts catches in so called "Custom data".
Some apps give away the classpath, which this scripts catches in so-called "Custom data".
]]
-- @usage nmap --script "rmi-dumpregistry.nse" -p 1098 <host>