Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 2.35 KB

README.md

File metadata and controls

47 lines (26 loc) · 2.35 KB

Richkware-Manager-Client

Build Status Codacy Badge

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

Secure Connection

Login

Reverse Commands

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.

Jetbrains Logo