| DGCClientSocket |
The DGCClientSocket simulates a connection to the DGC server side component of a remote object.
|
| DGCClientSocketFactory |
The DGCClientSocket factory is used when the --ssrf-response option was specified on the
command line.
|
| DGCClientSslSocketFactory |
SSL implementation of the DGCClientSocketFactory.
|
| DummySocketFactory |
During the creation of the An Trinh registry whitelist bypass gadget, the creation of a
UnicastRemoteObject is required.
|
| DummyTrustManager |
A dummy implementation for a trust manager.
|
| LimitedSocketFactory |
The LimitedSocketFactoryClass is used when creating a rogue JMX server.
|
| LoopbackSocketFactory |
Remote objects bound to an RMI registry are usually pointing to remote endpoints
on the same host.
|
| LoopbackSslSocketFactory |
Remote objects bound to an RMI registry are usually pointing to remote endpoints
on the same host.
|
| RMIEndpoint |
The RMIEndpoint class represents an RMI endpoint on a remote server.
|
| RMIRegistryEndpoint |
The RMIRegistryEndpoint represents an RMI Registry endpoint on the remote server.
|
| SSRFResponseSocket |
Socket implementation that prevents outputs from being sent anywhere and that simulates input
by using a byte array that is set when calling the constructor.
|
| SSRFResponseSocketFactory |
Factory class for creating SSRFResponseSockets.
|
| SSRFSocket |
The SSRFSocket class is an alternative Socket implementation that sends all socket output
to a byte array and that uses another static byte array for simulating server input.
|
| SSRFSocketFactory |
Factory class for creating SSRFSockets.
|
| TimeoutSocketFactory |
The TimeoutSocketFactory is a wrapper around the default RMISocketFactory
that allows to set timeouts for the created sockets.
|
| TrustAllSocketFactory |
Wrapper around an SSLSocketFactory that trusts all certificates.
|