Client of Richkware-Manager-Server, that it obtains the list of all hosts from the server and it's able to send any kind of commands to them.
Richkware: Framework for building Windows malware.
Richkware-Manager-Server: Service for the management of hosts in which is present an instance of malware developed using Richkware framework.
To obtain the jar file, you can download it from the RMC Releases, instead if you want to build the jar file by yourself, you need to download:
- java
- maven
To compile the project and generate the jar file, you have to run:
mvn package
After the generation of the jar file, located in the folder "target", you can open the GUI, executing the following command:
java -jar target/RichkwareManagerClient-XXX-jar-with-dependencies.jar
This project is developed with Intellij IDEA. Open Sources Licences provided by JetBrains.