duckyscript
Introducing LarpRDP
SharpRDP runs commands on Windows over RDP by injecting keystrokes via mstscax.dll. It’s clever — RDP is a GUI protocol, and treating it as a scripting surface brings the same automation benefits that shell scripting brings to a terminal.
But SharpRDP is Windows-only and limited to opening the Run dialog and typing one command.
LarpRDP is a Linux-native rewrite in Rust wrapping FreeRDP3.
…