Home

Awesome

Richkware-Manager-Server

Build Status Codacy Badge

Service for the management of hosts in which is present an instance of malware developed using Richkware framework.

Implementation

RMS has been developed following the REST principles; the following table shows which HTTP methods have been used for each servlet.

HTTP methodsGETPOSTPUTDELETE
devicexxx
userxx
devicesxx
usersx
encryptionKeyx

Related Projects

Richkware: Framework for building Windows malware.

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.

Requirements

These are the base requirements to build and use Richkware:

Get Started

Open the configuration file (/src/main/resources/configuration.properties) and set the parameters inside it. In particular:

now we can build the "war" file, executing the following command:

mvn package

then you can deploy RMS using docker-compose

docker-compose up

finally, you can open RMS.

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"/>