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-64446-FortiWeb-CGI-Bypass-PoC | Kitploit
Tools/GitHubGitHub/sxyrxyy/cve-2025-64446-fortiweb-cgi-bypass-poc
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration TestingRed Teaming
GitHubsxyrxyy/cve-2025-64446-fortiweb-cgi-bypass-poc

CVE-2025-64446-FortiWeb-CGI-Bypass-PoC

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
1329 months agoNot yet reviewed

CVE-2025-64446 Exploit Tool

Exploit tool for CVE-2025-64446 vulnerability verification and exploitation in FortiWeb devices.

Description

This tool tests for and exploits a path traversal vulnerability (CVE-2025-64446) in FortiWeb web application firewalls. It can be used to verify vulnerability status or exploit the CGI endpoint to create/modify user accounts.

Installation

root@kitploit:~
pip install -r requirements.txt

Usage

Vulnerability Verification (Read-only)

root@kitploit:~
python3 exploit.py -t <target_ip> --check

Execute Exploit

root@kitploit:~
python3 exploit.py -t <target_ip> --exploit

Custom Parameters

root@kitploit:~
python3 exploit.py -t <target_ip> --exploit --username sxy --password sxyrxyadmin1!

Multiple Targets from File

root@kitploit:~
python3 exploit.py -l targets.txt --check

Create a targets.txt file with one IP address per line:

root@kitploit:~
192.168.1.100
192.168.1.101
192.168.1.102

Options

  • -t, --target - Target IP address (required if --targets-file not used)
  • -l, --targets-file - File containing target IP addresses (one per line, required if --target not used)
  • -p, --port - Target port (default: 443)
  • --http - Use HTTP instead of HTTPS
  • --check - Vulnerability verification only (read-only)
  • --exploit - Execute CGI endpoint exploit
  • --username - Username for exploit (default: sxy)
  • --password - Password to set (default: sxyrxyadmin1!)
  • --profname - Profile name (default: prof_admin)
  • --vdom - VDOM name (default: root)
  • --loginname - Login name (default: admin)

Disclaimer

This tool is for authorized security research and educational purposes only. Only use on systems you own or have explicit permission to test.

Download Tool
  • --testpoint-name - Testpoint/user name to create (default: Testpoint)