Richkware-Manager-Client (RMC) is a desktop client for Richkware-Manager-Server. It retrieves the list of infected hosts from the server and provides a GUI to interact with them and send commands.
- Richkware: The C++ framework for building the malware agents.
- Richkware-Manager-Server (RMS): The backend service that manages the infected hosts.
- Java 17 or higher
- Maven 3.6+
You can download the pre-compiled JAR from the RMC Releases page.
Run the following command to compile the project and generate the JAR file:
mvn clean packageThe executable JAR will be generated in the target/ folder.
Execute the client using Java:
java -jar target/Richkware-Manager-Client-1.1.2-jar-with-dependencies.jarThis project is developed using IntelliJ IDEA.
Open Source License provided by JetBrains.
