OffCode Web Remote Control 0.6
HOW TO USE: https://github.com/EmptyCode0x86/Web-Remote-Control-System/blob/main/README.md
CHANGELOG:
18/06/2026
VER: 0.6
-
Security: Request Timeout / Slowloris Protection —
RequestTimeoutmiddleware added (30s global, 10 min for file transfers, ∞ for SignalR). Kestrel hardened withRequestHeadersTimeout: 15sandKeepAliveTimeout: 120s. HTTP/2 stream limit set to 100 per connection. -
Security: Error Message Hardening — Internal
ex.Messageno longer exposed in HTTP responses acrossUserController,DeviceController, andFileManagerController(12 locations fixed). All 500 responses now return a safe generic message; full exception details logged server-side only. Global fallback exception handler added toBackEnd/Program.cswithcorrelationIdfor log tracing. -
Fixed: Script Execution Timeout Removed — Scripts now run indefinitely until manually stopped by the user. The previous 5-minute hard timeout (
CancellationTokenSource(TimeSpan.FromMinutes(5))) has been removed fromScriptExecutionService. Output buffer size limit also removed. -
Improved: UI Modernization (Glassmorphism) — The Blazor FrontEnd has been significantly upgraded with a sleek "glassmorphism" theme featuring emerald/teal accents. This applies to
LiveStream,DeviceControl,AgentSettingsPanel, and authentication pages. -
Fixed: Mobile Layout — Connected devices and history views are now fully responsive on mobile devices via a robust Flexbox layout, fixing overflowing text and stretched elements.
-
Improved: Live Stream Viewer — Added dynamic zoom controls allowing users to zoom in/out with the mouse wheel while tracking the cursor position. Added support for up to 240 FPS and dynamic quality settings (10-100%) for incredibly smooth playback, with 30 FPS set as the new default.
-
Fixed: Share Screen Link Copy — The "Copy Link" button in the Live Stream view now uses synchronous JavaScript logic for improved reliability across all environments.
-
Added: Stealth Mode — You can now hide the agent's tray icon directly from the "Agent settings" panel. When Stealth Mode is enabled, the agent runs silently in the background and is only visible in the Windows Task Manager.
-
Added: Chat — Real-time two-way chat window between the dashboard administrator and the remote agent's user, complete with customizable administrator nickname and message history.
-
Added: Script Manager Enhancements (Job-based) — The Remote Agent now tracks all running and completed scripts directly in its RAM. The dashboard automatically fetches this real-time status, ensuring you never lose track of a script's progress, even if you close the browser. Includes a new "Clear Recent" functionality, safe asynchronous script stopping, and the ability to download execution output.