Back to Home
nhartman000 icon

Niche-Machine-Language-

by nhartman000

Overview

Implements a basic multiplayer game server, providing TCP and WebSocket connections with a command processing system, including highly dangerous remote code execution capabilities for 'op' users.

Installation

Run Command
node index.js

Environment Variables

  • SERVER_PORT
  • WEBSOCKET_PORT

Security Notes

CRITICAL: The server explicitly includes 'eval' and 'exec' commands, allowing 'op' users to execute arbitrary JavaScript code and system commands on the host server. This is a severe security vulnerability, making the server unsafe to run in any non-isolated or production environment. A compromised 'op' account or an exploit to gain 'op' status would lead to full server compromise.

Similar Servers

Stats

Interest Score0
Security Score1
Cost ClassLow
Stars0
Forks0
Last Update2025-11-22

Tags

MultiplayerGame ServerNode.jsWebSocketTCPExperimental