1098/1099 - Pentesting Java RMI
Last updated
Last updated
The Java Remote Method Invocation, or Java RMI, is a mechanism that allows an object that exists in one Java virtual machine to access and call methods that are contained in another Java virtual machine; This is basically the same thing as a , but in an object-oriented paradigm instead of a procedural one, which allows for communication between Java programs that are not in the same address space.
One of the major advantages of RMI is the ability for remote objects to load new classes that aren't explicitly defined already, extending the behavior and functionality of an application. From .
Default port: 1099, 1098
The default configuration of rmiregistry
allows loading classes from remote URLs, which can lead to remote code execution.
Basically this service could allow you to execute code.
to explore and try to find RCE vulnerabilities. to enumerate and attack
port:1099 java