Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
A rewritten version of MCDaemon, a python tool to control your Minecraft server
English | 中文
This is a python based Minecraft server control tool
MCDReforged (abbreviated as MCDR) is a tool which provides the management ability of the Minecraft server using custom plugin system. It doesn't need to modify or mod the original Minecraft server at all
From in-game calculator, player high-light, to manipulate scoreboard, manage structure file and backup / load backup, you can implement these by using MCDR and related plugins
Greatly thanks to chino_desu and his MCDaemon 1.0 for the idea of such a cool Minecraft control tool
Contact me on discord: Fallen_Breath#1215
MCDR uses Popen to start the server as a sub-process, then it has the ability to control the standard input / out stream of the server
Since the console output of a Minecraft server has a stable format and contains a large amount of useful information about the server, e.g. player chat messages, MCDR is able to parse and analyze the server output, abstract them into different events and dispatch them towards plugins for responding
With the help of Minecraft command system, MCDR can send Minecraft commands via the standard input stream to affect the actual Minecraft server
That's it, you can even think of MCDR as a robot that stares at the server console and can quickly respond to server output and input related commands if you like
Here is a MCDR plugin collection repository
Check https://docs.mcdreforged.com/ for more details of MCDR
FAQs
A rewritten version of MCDaemon, a python tool to control your Minecraft server
We found that mcdreforged demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.