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-68926 — CVE-2025-68926 POC | Kitploit
Tools/GitHubGitHub/arcueld/cve-2025-68926
Vulnerability AnalysisExploitationInformation GatheringWeb SecurityPenetration Testing
GitHubarcueld/cve-2025-68926

CVE-2025-68926

CVE-2025-68926 POC

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

PoC Usage Instructions

Single Target Detection

root@kitploit:~
python poc.py -H 127.0.0.1 -p 9000

Output contains vulnerable: True/False and the decoded server_properties.

Batch Detection

  1. Write host:port per line in a file, for example:
    root@kitploit:~
    10.0.0.1:9000
    10.0.0.5:9000
    
  2. Run:
    root@kitploit:~
    python poc.py -l targets.txt
    
Download Tool