Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/opticfusion1/mcantimalware

Anti-Malware for minecraft
https://github.com/opticfusion1/mcantimalware

anti-malware anti-virus antimalware antivirus bukkit bungee bungeecord hacktoberfest java malware-analysis malware-detection malware-protection maven minecraft minecraft-server protection security spigot spigot-server

Last synced: about 6 hours ago
JSON representation

Anti-Malware for minecraft

Awesome Lists containing this project

README

        

MCAntiMalware


MCAntiMalware is an Anti-Malware program which detects over 1000 malicious plugins and runs 24/7 for constant protection

Created and maintained by OpticFusion1!

Wiki · Report Bug · Request Feature




IMPORTANT! Java 17 or higher must be installed. ❗


IMPORTANT! This is not a plugin ❗


## Usage

To use MCAntimalware to its full extent, it's important to know all available commands and when to use them.

> [!TIP]
> All commands can be found in the [wiki](https://github.com/OpticFusion1/MCAntiMalware/wiki)

## Run
Download a compiled jar or build it from source and then run it using `java -jar MCAntiMalware.jar`
The first step to running MCAntiMalware is obtaining a compiled jar.

You can either download it from [releases](https://github.com/OpticFusion1/MCAntiMalware/releases) or [build](#build) it yourself.

Once you have obtained your MCAntiMalware.jar follow one of the following sets of instructions


Dedicated Server/Local PC/VPS
1. Turn off the server, so the malware is not active.

2. Upload the MCAntiMalware.jar file to the directory your server jar is in, and then open a shell, command prompt, or terminal in the same directory and run "java -jar MCAntiMalware.jar"

3. After it's finished scanning, you will find a log in the "AntiMalware/logs" folder. If there are any detected plugins, zip them up and send the zip and log files to me either in a PM on here or on discord

4. Delete the detected jars, re-download the ones you know are safe and restart the server.

Web Panel
1. Upload the MCAntiMalware.jar file and rename it to the name the server jar has, and then restart the server.
If this is not possible you will have to instead download the plugins to your own PC, put the plugins and the Anti-Malware jar in the same directory, open a shell, command prompt, or terminal in the same directory, and then run the command "java -jar MCAntiMalware.jar --scanDirectory ."

2. After it's finished scanning, you will find a log in the "AntiMalware/logs" folder. If there are any detected plugins, zip them up and send the zip and log files to me either in a PM on here or on discord

3. Delete the detected jars, re-download the ones you know are safe and restart the server after reverting changes made in step 1

> [!TIP]
> If you want the latest stable version, I strongly recommend [releases](https://github.com/OpticFusion1/MCAntiMalware/releases)

## Build
#### To build MCAntiMalware from source, run the following commands:
```
$ git clone [email protected]:OpticFusion1/MCAntiMalware

$ cd MCAntiMalware/

$ mvn clean install
```

## Contact
Discord · [Optic_Fusion1 Support](https://discord.gg/jMEsq4zHVA)

Project Link · https://github.com/OpticFusion1/MCAntiMalware/