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
beyondtrust-rce-scanner — Scanner: CVE-2026-1731 BeyondTrust Remote Support Pre-auth RCE — Python checker for actively exploited vulnerability (CISA KEV) | Kitploit
Tools/GitHubGitHub/ridhinva/beyondtrust-rce-scanner
Vulnerability ScannersVulnerability AnalysisWeb SecurityPenetration TestingRed Teaming
GitHubridhinva/beyondtrust-rce-scanner

beyondtrust-rce-scanner

Scanner: CVE-2026-1731 BeyondTrust Remote Support Pre-auth RCE — Python checker for actively exploited vulnerability (CISA KEV)

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
13 days agoNot yet reviewed

CVE-2026-1731 — BeyondTrust Remote Support & PRA Pre-auth RCE

Overview

Critical pre-authentication RCE in BeyondTrust Remote Support and Privileged Remote Access. Unauthenticated remote attacker can execute OS commands.

FieldValue
CVECVE-2026-1731
SeverityCRITICAL
ProductBeyondTrust Remote Support & PRA
CISA KEV2026-02-06
Attack TypePre-auth RCE
Auth RequiredNone

Affected Versions

StatusVersions
❌ VulnerableBeyondTrust Remote Support and PRA (older versions)
✅ FixedFixed in BeyondTrust updates (see vendor advisory)

Installation

root@kitploit:~
# Clone
git clone https://github.com/ridhinva/CVE-2026-1731-BeyondTrust-RCE.git
cd CVE-2026-1731-BeyondTrust-RCE

# Install deps (if any)
pip install requests

Usage

Scan Single Target

root@kitploit:~
python3 beyondtrust_rce_scanner.py example.com
python3 beyondtrust_rce_scanner.py https://192.168.1.1

Mass Scan from File

root@kitploit:~
echo "target1.com" > targets.txt
echo "target2.com" >> targets.txt
python3 beyondtrust_rce_scanner.py targets.txt

Show Vulnerability Info

root@kitploit:~
python3 beyondtrust_rce_scanner.py --info

How It Works

The scanner checks for exposed endpoints associated with this vulnerability and reports potential targets for manual verification.

References

SourceLink
CISA KEVhttps://www.cisa.gov/known-exploited-vulnerabilities-catalog
NVD Entryhttps://nvd.nist.gov/vuln/detail/CVE-2026-1731

Disclaimer

For authorized security testing and educational purposes only. Unauthorized access is illegal.

Author

@c_y_p_h3r — Bug bounty hunter & security researcher

Download Tool
Vendor Advisory
https://security.paloaltonetworks.com/CVE20261731