SkillAgentSearch skills...

Bukloit

Utility for creating backdoors in Bukkit plugins

Install / Use

/learn @Rikonardo/Bukloit
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center"><h1>🚀 Bukloit moved!</h1></div> <div align="center"><h3>Development continued in <a href="https://github.com/VoxelHax/OpenBukloit">OpenBukloit project 🪣</a></h3></div> <div align="center"><i>P.S. You can also check out <a href="https://github.com/ThiccIndustries/Minecraft-Backdoor">Minecraft Backdoor</a> by <a href="https://github.com/ThiccIndustries">@ThiccIndustries</a></i></div>

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 <ins>1.8</ins>* (subject to the availability of the 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.<br />Default: <ins>multiple</ins>.<br />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.<br />Default: <ins>"-opme"</ins>. | Value | | -i | --input | Path to input folder/file (mode dependent).<br />Default: <ins>in</ins> (<ins>in.jar</ins> if mode is single). | Value | | -o | --output | Path to output folder/file (mode dependent).<br />Default: <ins>out</ins> (<ins>out.jar</ins> if mode is single). | Value | | -r | --replace | Replace output file if it already exists. | Flag |

Examples

  1. Patch all files with the "-opme" key from the "in" folder and save them into the "out" folder without replacement.

    java -jar bukloit.jar -m multiple -i "in" -o "out" -k "\-opme"
    
  2. Patch all files with the "hacktheserver" key from the "in" folder and save them into the "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.

View on GitHub
GitHub Stars22
CategoryDevelopment
Updated2mo ago
Forks2

Languages

Java

Security Score

90/100

Audited on Jan 29, 2026

No findings