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-2025-26466 — poc for CVE-2025-26466 | Kitploit
Tools/GitHubGitHub/tpirate/cve-2025-26466
Vulnerability AnalysisExploitationInformation GatheringNetwork SecurityPenetration Testing
GitHubtpirate/cve-2025-26466

CVE-2025-26466

poc for CVE-2025-26466

View Repository
4 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-2025-26466

poc for CVE-2025-26466 made by Fikret Can Gurbuz

USAGE

root@kitploit:~
python3 poc.py -i <ip> -p <port> 

These are the steps:

  1. TCP connect to port
  2. recieve server banner (SSH-2.0-OpenSSH_X.Xp1)
  3. send your client banner (SSH-2.0-YourClient\r\n)
  4. send wrap_ssh_packet(build_kexinit())
  5. recieve server's KEXINIT response
  6. loop sending build_ping() ! never complete KEX, so pong responses queue unbounded
Download Tool