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/infat0x/cve-2026-24061
Vulnerability AnalysisExploitationWeb Application ExploitationNetwork SecurityPenetration Testing
GitHubinfat0x/cve-2026-24061

CVE-2026-24061

Proof-of-concept exploit for Telnet NEW-ENVIRON authentication bypass vulnerability (CVE-2026-24061). Allows unauthorized access to vulnerable Telnet services.

View Repository
127 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

CVE-2026-24061

Telnet NEW-ENVIRON authentication bypass vulnerability PoC.

Build

Windows (MinGW):

root@kitploit:~
gcc -o exploit.exe exploit.c -lws2_32

Linux:

root@kitploit:~
gcc -o exploit exploit.c -lpthread

Usage

root@kitploit:~
./exploit <host> [port]

Example

root@kitploit:~
./exploit 192.168.1.1 23 

Disclaimer

For authorized security testing only.

Download Tool