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-55591-POC — Proof-of-concept exploit for CVE-2024-55591, enabling unauthenticated WebSocket CLI access to FortiOS devices, with interactive shell and admin password reset. | Kitploit
Tools/GitHubGitHub/umchacker/cve-2024-55591-poc
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingAuthenticationRed Teaming
GitHubumchacker/cve-2024-55591-poc

CVE-2024-55591-POC

Proof-of-concept exploit for CVE-2024-55591, enabling unauthenticated WebSocket CLI access to FortiOS devices, with interactive shell and admin password reset.

View Repository
221 year 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

<<<<<<< HEAD

CVE-2024-55591-POC

=======

CVE-2024-55591 – FortiOS WebSocket CLI Auth Bypass (PoC)

This is a Proof-of-Concept (PoC) tool for exploiting CVE-2024-55591, a vulnerability in FortiOS that allows unauthenticated access to the CLI over WebSocket.

Features

  • Automatic detection of FortiOS GUI and vulnerability status
  • Execute arbitrary CLI commands via WebSocket
  • Interactive shell interface
  • Admin password reset functionality (--reset-user)
  • SSL support

Usage

Basic interactive mode:

root@kitploit:~
python3 poc.py --host <target_ip> --port 443 --ssl

Then use the prompt:

root@kitploit:~
FortiOS# get system status
FortiOS# exit

Reset admin password:

root@kitploit:~
python3 poc.py --host <target_ip> --port 443 --ssl \
  --reset-user Admin2 --new-pass Forti2024!

Developer

  • Telegram: @cherny_zhizn

Disclaimer: This tool is provided for educational and authorized testing purposes only.

4fe5de8 (Add full PoC and README for CVE-2024-55591 by @cherny_zhizn)

Download Tool