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
CVE-2026-1731 — Python scanner that passively fingerprints exposed BeyondTrust Remote Support and Privileged Remote Access services to detect potential CVE-2026-1731 RCE exposure without exploitation. | Kitploit
Tools/GitHubGitHub/hex0user/cve-2026-1731
Defensive ToolsReconnaissanceVulnerability ScannersWeb Vulnerability ScannersVulnerability AnalysisInformation GatheringNetwork SecurityPenetration Testing
GitHubhex0user/cve-2026-1731

CVE-2026-1731

Python scanner that passively fingerprints exposed BeyondTrust Remote Support and Privileged Remote Access services to detect potential CVE-2026-1731 RCE exposure without exploitation.

6 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 →
View Repository
Share

BeyondTrust CVE-2026-1731 Scanner

Professional Python scanner for detecting BeyondTrust Remote Support / Privileged Remote Access exposure. Developer: issam junior
Telegram: https://t.me/arab_hackerz_group

CVE-2026-1731 — BeyondTrust Remote Code Execution Vulnerability

CVE-2026-1731 is a critical Remote Code Execution (RCE) vulnerability affecting BeyondTrust Privileged Remote Access (PRA) and Remote Support (RS) solutions. This vulnerability allows an unauthenticated or low-privileged attacker to execute arbitrary code on the target system by exploiting exposed remote access services.

The issue exists due to improper validation and handling of certain remote requests within the BeyondTrust service components. An attacker can interact with exposed endpoints to trigger unsafe processing, potentially resulting in full system compromise.

Technical Impact

  • Remote code execution without physical access
  • Unauthorized system access
  • Privilege escalation
  • Full compromise of the BeyondTrust appliance
  • Potential lateral movement inside internal networks

Severity

  • CVSS Score: 9.9 (Critical)
  • Attack Vector: Network
  • Privileges Required: None or Low
  • User Interaction: Not required

Affected Products

  • BeyondTrust Privileged Remote Access (PRA)
  • BeyondTrust Remote Support (RS)

Risk

Organizations exposing BeyondTrust services to the internet may be vulnerable to remote compromise if patches are not applied or proper access restrictions are not configured.

Purpose of This Tool

This scanner is designed to safely detect exposed BeyondTrust services and identify systems that may be vulnerable to CVE-2026-1731. It performs passive fingerprinting and service detection without exploiting the vulnerability.

Disclaimer

This tool is intended for authorized security testing and defensive purposes only.

Installation

root@kitploit:~
git clone https://github.com/hexissam/CVE-2026-1731.git

cd CVE-2026-1731

pip3 install -r requirements.txt

python3 scanner.py
Download Tool