| ActivationClient |
In the old days, it was pretty common for RMI endpoints to use an Activator.
|
| DGCClient |
The distributed garbage collector (DGC) is a well known RMI object with publicly known method definitions.
|
| Dispatcher |
The dispatcher class contains all method definitions for the different rmg actions.
|
| MethodGuesser |
The MethodGuesser class is used to brute force available remote methods on Java RMI endpoints.
|
| PortScanner |
The PortScanner class implements a simple RMI service scan that can be used to
identify RMI endpoints on a target.
|
| RegistryClient |
The RMI registry is a well known RMI object with publicly known method definitions.
|
| RemoteObjectClient |
The RemoteObjectClient class is used for method guessing and communication to user defined remote objects.
|