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
AegisJava — I have created AegisJava, a tool to fix (detect and mitigate) CVE-2025-30749. | Kitploit
Tools/GitHubGitHub/rashedhasan090/aegisjava
Static AnalysisVulnerability ScannersVulnerability AnalysisCode AnalysisConfiguration AuditingDevSecOps
GitHubrashedhasan090/aegisjava

AegisJava

I have created AegisJava, a tool to fix (detect and mitigate) CVE-2025-30749.

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

AegisJava

A specialized tool to detect and mitigate CVE-2025-30749, a critical Remote Code Execution (RCE) vulnerability in Oracle Java SE.

Vulnerability Details

  • CVE: CVE-2025-30749
  • Severity: High (CVSS 8.1)
  • Affected Components: Java 2D
  • Impact: Unauthenticated Remote Code Execution

Usage

  1. Run the Scanner:

    root@kitploit:~
    python3 src/scanner.py
    
  2. Interpret Results:

    • SAFE: Your Java version is not in the known vulnerable list.
    • VULNERABLE: You are running a version patched in the July 2025 CPU. Update immediately.

Requirements

  • Python 3.x
  • Java installed and in PATH (for detection)
Download Tool