Skip to content
forked from Rikonardo/Bukloit

Utility for creating backdoors in Bukkit plugins

License

Notifications You must be signed in to change notification settings

powsune/Bukloit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Bukloit

Utility to automatically implement a backdoor in Bukkit and Spigot plugins.

Bukloit Logo

Readme text translated by Google Translator, grammar errors possible.

Ready to use release

GitHub GitHub release (latest by date) GitHub issues GitHub issues


About

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.

Features

  • 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.


How to use

Arguments

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

Examples

  1. 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"
  2. 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
  3. 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.

About

Utility for creating backdoors in Bukkit plugins

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%