fake-mcpe-0.15.10-server
Verified Safeby tienanh109
Overview
Creates a fake Minecraft Pocket Edition (MCPE) server endpoint that responds to discovery pings but does not allow players to join, primarily for testing or spoofing server lists.
Installation
python main.pySecurity Notes
The code appears to be very safe. It does not use `eval`, `exec`, or other dangerous functions. Input from clients (UDP packets) is handled directly for packet ID and timestamp extraction without parsing complex or untrusted data structures that could lead to injection or buffer overflows within the Python context. The server status string is constructed from internal, hardcoded variables, preventing external control over its content. No hardcoded secrets or sensitive credentials are present.
Similar Servers
recallium
Recallium acts as a persistent memory layer for AI agents in IDEs, providing cross-project intelligence, document knowledge base integration, and structured memory recall to enhance AI coding assistants.
mcp-servers
Provides AI assistants with the ability to summarize video and audio content, specifically Bilibili videos.
trivial-mcp-server
Provides a simple Micro-Service Communication Protocol (MCP) server for exposing basic utility functions.
Volatility-Sentinel
Manages and monitors a Minecraft Pocket Edition (MCPE) server, providing capabilities to start, stop, and interact via RCON.