Awesome
Richkware-Manager-Client
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.
Related Projects
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.
GUI
Get Started
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
Compile
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
IDE
This project is developed with Intellij IDEA. Open Sources Licences provided by JetBrains.
<img src="https://raw.githubusercontent.com/richkmeli/richkmeli.github.io/master/Richkware/Jetbrains/jetbrains.svg" width="100" alt="Jetbrains Logo"/>