SysX
SysX (RAT or RMM) is for educational or internal demo use only. Do not upload this binary to VirusTotal or other public sandboxes.
Install / Use
/learn @malwarekid/SysXREADME
SysX - Access. Execute. Monitor.
📌 Overview
SysX is a lightweight Remote Monitoring & Management (RMM) tool for internal networks.
It allows administrators to view remote screens, execute commands, browse files, and manage processes through a clean web-based dashboard.
⚠️ Important Notice:
This project is for educational and internal demo purposes only.
Unauthorized use against systems you don’t own or manage is strictly prohibited.
Do not upload the binaries to VirusTotal or public sandboxes.
✨ Features
- 🖥️ Live Screen Streaming – Real-time desktop view directly in the browser.
- 💻 Remote Shell – Execute system commands (Linux:
sh, Windows:cmd) with results streamed back. - ⚙️ Process Management – List, refresh, and terminate processes remotely.
- 📂 File Browser – Explore directories, navigate drives, and securely download files.
- 🔐 Authentication – Lightweight username/password login system.
- 🌐 Web Dashboard – Professional interface, accessible from the index page.
Download from Release - SysX
🎥 Demo
https://github.com/user-attachments/assets/618a9659-255d-4694-8cc3-8e9f1f4e0dd1
🚀 Getting Started
1️⃣ Build the Server (Operator Side)
go build -ldflags="-w -s" -o sysx server.go
Run the server:
./sysx
2️⃣ Build the Client (Target Side)
Build the agent binary:
go build -ldflags="-w -s" -o agent client.go
Run the client on the target system:
./agent
The client will automatically connect to the server and start streaming.
3️⃣ Access the Dashboard
Open your browser and go to:
http://localhost:8080
Default credentials:
- Username:
admin - Password:
malwarekid
⚒️ Cross-Compiling
You can build binaries for multiple platforms:
Linux (from any OS):
GOOS=linux GOARCH=amd64 go build -o agent-linux client.go
Windows (from Linux/macOS):
$env:GOOS="windows"; $env:GOARCH="amd64"; go build -o agent.exe client.go
macOS: (Not Tested)
GOOS=darwin GOARCH=amd64 go build -o agent-macos client.go
⚙️ Requirements
-
Server: Go 1.20+
-
Clients:
- Linux (X11 required for screen capture)
- Windows (tested on Windows 10/11)
Networking:
- Ensure port
8080is open and accessible (configure firewall rules if necessary).
📂 Project Structure
SysX - Access. Execute. Monitor.
├── client.go # Agent (runs on remote system)
├── server.go # Central server with web dashboard
├── templates/ # HTML templates for UI
│ ├── index.html
│ ├── login.html
│ ├── viewer.html
│ ├── shell.html
│ ├── processes.html
│ └── files.html
├── go.mod # Go module definition
└── go.sum # Dependency checksums
📝 License
Released under the MIT License. See the LICENSE file.
👤 Credits
Developed by Malwarekid
Follow:
⚠️ Disclaimer
This tool is intended strictly for authorized use in internal environments. The author assumes no liability for misuse or damages caused by this software.
Related Skills
xurl
337.4kA CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
kubeshark
11.8kCluster-wide network observability for Kubernetes. Captures L4 packets, L7 API calls, and decrypted TLS traffic using eBPF, with full Kubernetes context. Available to AI agents via MCP and human operators via dashboard.
wanwu
4.3kChina Unicom's Yuanjing Wanwu Agent Platform is an enterprise-grade, multi-tenant AI agent development platform. It helps users build applications such as intelligent agents, workflows, and rag, and also supports model management. The platform features a developer-friendly license, and we welcome all developers to build upon the platform.
YC-Killer
2.7kA library of enterprise-grade AI agents designed to democratize artificial intelligence and provide free, open-source alternatives to overvalued Y Combinator startups. If you are excited about democratizing AI access & AI agents, please star ⭐️ this repository and use the link in the readme to join our open source AI research team.
