Utility to automatically implement a backdoor in Bukkit and Spigot plugins.
Readme text translated by Google Translator, grammar errors possible.
Bukloit is the first of its kind universal backdoor injector compatible with all Bukkit/Spigot plugins. Its feature is the ability to integrate with absolutely any plugin, and the implemented backdoor will work the same in all plugins. Bukloit was developed to test the security systems of Minecraft servers.
-
Compatible with all plugins
-
Supports all versions of the game starting from 1.8* (subject to the availability of a newest version of the Bukkit/Spigot core)
-
Activation by key chat message
-
PermissionsEx Integration
*Older versions are also supported, but there may be some problems with injection or backdoor execution.
Short Argument | Long Argument | Description | Type |
---|---|---|---|
-m | --mode | Mode. Can be single/multiple. Default: multiple. In multiple mode, modifies all files in the specified folder. In single - only the specified file. |
Value |
-k | --key | The text to be used to activate the backdoor. Default: "-opme". |
Value |
-i | --input | Path to input folder/file (mode dependent). Default: in (in.jar if mode is single). |
Value |
-o | --output | Path to output folder/file (mode dependent). Default: out (out.jar if mode is single). |
Value |
-r | --replace | Replace output file if it already exists. | Flag |
-
Patch all files with "-opme" key from "in" folder and save them into "out" folder without replacement.
java -jar bukloit.jar -m multiple -i "in" -o "out" -k "\-opme"
-
Patch all files with "hacktheserver" key from "in" folder and save them into "out" folder with replacement.
java -jar bukloit.jar -m multiple -i "in" -o "out" -k "hacktheserver" -r
-
Patch single file "PluginName.jar" with "-opme" key and save it as "Output.jar" file with replacement.
java -jar bukloit.jar -m single -i "PluginName.jar" -o "Output.jar" -k "\-opme" -r
Planned features: stealth mode, hard mode.