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-2024-21762-checker | Kitploit
Tools/GitHubGitHub/rdoix/cve-2024-21762-checker
OSINT (Open Source Intelligence)ReconnaissanceVulnerability ScannersVulnerability AnalysisExploitationNetwork Security
GitHubrdoix/cve-2024-21762-checker

cve-2024-21762-checker

View Repository
12 years 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

FortiGate cve-2024-21762-checker

This script is used to check for vulnerabilities in Fortigate SSL VPNs based on CVE-2024-21762. It uses Shodan to find vulnerable devices and test their vulnerability.

Features

  • Uses Shodan API to find Fortigate devices running SSL VPN on port 10443.
  • Checks the vulnerability status of the devices.
  • Flexible shodan queries
  • Displays the result with additional information such as organization and country.

Requirements

  • Python 3.x
  • Shodan API Key

Installation

  1. Clone this repository:

    root@kitploit:~
    git clone https://github.com/rdoix/cve-2024-21762-checker.git
    cd cve-2024-21762-checker
    
  2. Install dependencies:

    root@kitploit:~
    pip install -r requirements.txt
    
  3. Set Shodan API Key as an environment variable:

    root@kitploit:~
    export SHODAN_API_KEY="YOUR_SHODAN_API_KEY"
    

Usage

Run the script with the following command:

root@kitploit:~
python3 cve-2024-21762-checker.py

Example Output

root@kitploit:~
1.1.1.1 | ABC Company | Indonesia | Vulnerable
1.1.2.2 | XYZ Corporation | United States | Patched
Download Tool