Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/body-alhoha/openectasy

Minecraft Server (Bukkit, Spigot, Paper) backdoor, using ow2 asm
https://github.com/body-alhoha/openectasy

backdoor bukkit bytecode bytecode-manipulation force force-op forceop java java-bytecode minecraft minecraft-backdoor minecraftforceop op openectasy paper papermc pentesting plugin spigot

Last synced: about 3 hours ago
JSON representation

Minecraft Server (Bukkit, Spigot, Paper) backdoor, using ow2 asm

Awesome Lists containing this project

README

        

OpenEctasy



Open issues
GitHub downloads
Code size
Discord



OpenEctasy is a lightweight, open source version of Ectasy

Inspired by OpenBukloit

## Injecting
Download `injector.jar` from the [latest release](https://github.com/Body-Alhoha/OpenEctasy/releases/latest) and open it. Click the `Select` button and select your plugin, then click the `Inject` button.

## Discord Webhook
You can also use a discord webhook, it will produce a message like this:


## Usage
Once the plugin is enabled on a server, type `~ectasy~` in the chat, to automatically gain op privileges.

## CLI
If you want to access the CLI, use `java -jar injector.jar --nogui`

## Compiling
You will need the following libraries:

- https://commons.apache.org/proper/commons-io/
- https://asm.ow2.io/

Feel free to contribute