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/lavabyte/telnet-cve-2026-24061
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHublavabyte/telnet-cve-2026-24061

telnet-CVE-2026-24061

Proof-of-concept exploit for CVE-2026-24061, a telnet remote code execution vulnerability, with a terminal menu GUI for cross-device compatibility.

View Repository
57 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
  1. https://github.com/SafeBreach-Labs/CVE-2026-24061/blob/main/telnet_rce.py
    you need to understand the code
  2. Building working code without input(), directly variable = ''
    The code must be compatible with every device, so you cannot use commands like os.system('command')
  3. Adding a GUI via simple-term-menu
Download Tool