Giter Site home page Giter Site logo

alexgill4rd / mcbackdoor-web Goto Github PK

View Code? Open in Web Editor NEW
11.0 1.0 1.0 227.83 MB

๐Ÿšช The project that makes it possible to take over minecraft servers anonymously!๐Ÿ’ป

License: Other

HTML 0.10% CSS 9.87% TypeScript 74.14% SCSS 11.76% JavaScript 4.13%
minecraft backdoor spigot nodejs typescript

mcbackdoor-web's Introduction

Notice: This project is abandoned.

This project is no longer actively maintained. Please consider using alternative solutions or forking the repository if you'd like to continue development. I'm activily working on a new server dashboard system to use for your server with many features. I am NOT making a backdoor again.

Backdoor project for minecraft servers

The idea of the plugin is to backdoor a server through a plugin. The plugin is injected into a normal plugin that the server owner places in his server. When the plugin reaches the plugins folder and the owner starts up the server, I will have remote access to various functions that I have built in through this plugin.

What is the goal?

I developed the plugin because it was on my bucket list to one day make a RAT. But not a RAT that allows you to access someone's computer, but a remote control panel that allows me to control the server.

Why is the plugin not english?

The plugin is in Dutch to reduce the risk that it will be used for malicious purposes. Moreover, I am also Dutch.

Learning & Help

If you want to learn something don't be afraid to take a look at the code and do a PR if you wish.

What did I use for the project?

For the project I used several useful and important frameworks and programming languages.

Java

I used Java to write the plugin in minecraft. In the plugin I communicated with sockets to the web page.

Socket.IO

Socket io is used to control the entire communication system of the project. Whenever necessary, the Java client will forward the requested information to the API server and receive an answer back if desired. The web client is thus able to retrieve information from, for example, the players.

React

I used React to build the UI of the web page. An extremely useful framework to create a user-friendly web page.

NodeJS

I use Nodejs to control the backend and communication. The minecraft server will always surf to the Nodejs server with the data first. And the nodejs server will then process what the final destination of the data is.

SASS

I use Sass for easy styling for CSS. In sass you get the possibility to create functions and apply parenting. Which makes it very easy. Sass just converts the text to CSS.

Typescript

I use typescript instead of javascript. Typescript is the same as javascript but only with some more features. For example, you have to assign variables to a type and properties work differently.

MySQL

I use MySQL to store player data and other important information. If you search through the code you will find the names of the tables and login data.

Which functions can you find?

In the project you can find a very large assortment of additions. Below is a summary:

Server list

In the start screen you can see all the servers that are infected with the plugin. image

Player Panel

  • Get the player list
  • Make a player operator
  • Customize a player's game mode
  • Crash the server
  • Kick a player from the server
  • Teleport a player to a location
  • Whitelist a player
  • Kill a player
  • Ban a player
  • Spam a player with PM messages
  • Leak a player's data
  • Adjust the player's experience level
  • Option to kick the player every time he joined
  • Adjust a player's inventory LIVE
  • Adjust a player's enderchest LIVE
  • Store items you find interesting (Image illustrating the save panel)
  • Drop items from inventory
  • Edit an item (Image illustrating the edit panel)

Rename, Lore, Enchantments

  • Give an item from the saved items to a player
  • Edit player experience
  • Get player experience

Irritation panel

  • Teleport the player to a random location
  • Reset the player's food level
  • Rotate the player 180ยฐ
  • Spawn a web below the player
  • Change the speed of the player
  • Give the player an Earrape
  • Set the player on fire
  • Freeze the player
  • Set the player's health very low
  • Have the player say is or execute a command
  • Teleport the player into the sky
  • Let the player invade the void
  • Make the player invisible
  • Make the players around the player invisible for the player
  • Option to perform multiple actions at once

Page

Player information

  • Player name
  • Player UniqueID
  • Player public ipaddress
  • Player operator status
  • Player health
  • Player game mode
  • Player location
  • Player World
  • Player server ipaddress

Page

Server Panel

Dashboard

  • Get the ipaddress from the server
  • Get MOTD from the server
  • Change the version of the server. (So the main jar)
  • Close the server
  • Reload the server
  • View the chat from the server
  • Filter the chat. (On Posts & Players)
  • Customize the server icon of the server
  • View the number of players
  • View the memory consumption
  • Get the server TPS
  • Get the environment where the sever is hosted
  • Get the number of cores of the CPU
  • Get the player list

Page

Console (Page)

  • Watch the server's live console
  • Execute commands in the console
  • Filter the console by messages

File explorer

  • View the server files
  • Upload a file in a directory
  • Download a file from the server
  • Edit a file from the server
  • Get info about a traffic jam
  • Delete files
  • Delete Folders
  • Open directories
  • Edit a file and save it on the server

Page

Banned Menu (Page)

  • Get the banned players
  • Unban a player
  • Get info about a banned player

Whitelist Menu (Page)

  • Get the whitelisted player from the server
  • Add a player to the whitelist. (Also players who have not previously joined the server)
  • Remove players from whitelist
  • Find a player
  • Get all the players who have ever joined the server as a choice to add to the whitelist

Mob Spawner

This allows you to spawn different types of mobs with their own settings in the world. The location can be set according to your wishes.

  • Select mob types
  • Change displayname
  • Set spawn amount
  • Set spawn location

World / Player

  • Settings

Glow, Godmode, Gravity, Customname visible

Page

Armor Editing

There is a new feature where it is possible to perform different actions on a player's armor. Below is a list of the new control options.

  • Added a skin viewer. You can now view the player's skin here.
  • You can clear all the items the player is wearing and has in his offhand.
  • You can see all the armor the player is wearing and what he is holding in his offhand!
  • Continuing on the player's skin. You can also download it here.
  • Back to the items. You can equip the item, edit it, drop it (the player can't pick it up anymore), delete it, view info and finally store it in the vault to access for later use.

What does the new menu look like now?

image of panel

More features to come but my hands can't type faster.

Rules

The plugin is made for educational purposes only. It is forbidden to use this in practice. I just made it to expand my knowledge. Because of this I decided to omit certain things so that it is not possible to use by a script kiddy.

You can judge my code, but just keep in mind that this is made from 5 months of experience. Keep your judgment reasonable.

mcbackdoor-web's People

Contributors

alexgill4rd avatar dependabot[bot] avatar

Stargazers

FastDropGaming avatar  avatar Fluorex avatar 0x avatar Aholicknight avatar Shiro avatar danya avatar  avatar KeiBoogie avatar  avatar  avatar

Watchers

 avatar

Forkers

aladeen12541

mcbackdoor-web's Issues

Wanting to use this for my own server.

Hey bro, this looks like a good way to have a server dashboard. It has alot more tools than a regular dashboard, now I know alot of script kiddies will try to use this and I totally understand omitting the plugin but I really think it would be great for my server!

I really want to use this plugin, do you think you could send it to me via email or media fire or something?

I would only be using this on my server, I can also prove that it is my server.

If you think it is a good idea then just reply to this and I can give you me email or discord.

I wouldn't be using this for malicious purposes.

Please get back to me, thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.