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
vamp-forticheck — VampSecure Labs: FortiOS CVE scanner (CVE-2018-13379, CVE-2022-40684, CVE-2023-27997, CVE-2024-21762) | Kitploit
Tools/GitHubGitHub/belky-me/vamp-forticheck
Vulnerability ScannersVulnerability AnalysisNetwork SecurityPenetration TestingRed Teaming
GitHubbelky-me/vamp-forticheck

vamp-forticheck

VampSecure Labs: FortiOS CVE scanner (CVE-2018-13379, CVE-2022-40684, CVE-2023-27997, CVE-2024-21762)

View Repository
8 days 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

vamp-forticheck

VampSecure Labs — Security Research Division
Critical vulnerability scanner for FortiOS/FortiGate devices.


Description

Security auditing tool to assess the exposure of Fortinet devices to four publicly documented critical vulnerabilities. Designed exclusively for use in authorized environments (penetration testing, Red Team, contracted audits).

Performs asynchronous detection of multiple targets concurrently using AsyncIO and aiohttp, with Rich console output and report generation in JSON and HTML.

Analyzed CVEs

CVECVSSDescription
CVE-2018-133799.8Pre-auth path traversal in SSL-VPN
CVE-2022-406849.8Authentication bypass in REST API
CVE-2023-279979.2Pre-auth heap overflow in SSL-VPN
CVE-2024-217629.6Out-of-bounds write in SSL proxy

Requirements

  • Python 3.9+
  • Dependencies: aiohttp>=3.9.0, rich>=13.7.0

Installation

root@kitploit:~
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Usage

root@kitploit:~
# Escanear un único objetivo
python3 vamp_forticheck.py https://fortigate.ejemplo.com

# Escanear múltiples objetivos desde fichero
python3 vamp_forticheck.py -f scope.txt

# Limitar concurrencia y generar informe
python3 vamp_forticheck.py -f scope.txt --concurrency 5 --output-json informe.json --output-html informe.html

Options

Output

The tool generates a Rich table in the console with the result of each CVE per target, indicating VULNERABLE, PARCHADO, NO APLICA or ERROR. HTML reports include dark styling with technical details and an indicative PoC template.

Legal notice

Exclusive use on systems you own or with written authorization from the owner.
Unauthorized use may constitute a crime. VampSecure Studios is not responsible for the misuse of this tool.


© VampSecure Studios — VampSecure Labs Security Research Division
License: MIT

Download Tool
OptionDescription
targetTarget URL or IP
-f / --fileFile with target list (one per line)
--concurrencyConcurrent requests (default: 10)
--timeoutTimeout per request in seconds (default: 10)
--output-jsonSave results in JSON
--output-htmlSave report in HTML
--no-verify-sslDisable TLS verification