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-2022-40684-metasploit-scanner — An authentication bypass using an alternate path or channel in Fortinet product | Kitploit
Tools/GitHubGitHub/taroballzchen/cve-2022-40684-metasploit-scanner
Exploit FrameworksVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingAuthentication
GitHubtaroballzchen/cve-2022-40684-metasploit-scanner

CVE-2022-40684-metasploit-scanner

An authentication bypass using an alternate path or channel in Fortinet product

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

CVE-2022-40684-metasploit-scanner

An authentication bypass using an alternate path or channel in Fortinet product

preparation POC

root@kitploit:~
git clone https://github.com/TaroballzChen/CVE-2022-40684-metasploit-scanner
cd CVE-2022-40684-metasploit-scanner
mkdir -p ~/.msf4/modules/auxiliary/scanner/http
cp fortinet_product_auth_bypass.py ~/.msf4/modules/auxiliary/scanner/http/
chmod +x ~/.msf4/modules/auxiliary/scanner/http/fortinet_product_auth_bypass.py
msfconsole

POC usage

root@kitploit:~
set rhosts <vuln ip/host>
set rport <vuln port>
set rssl <default: true for https>
set username <default: admin>
exploit

result

poc

reference

  • https://www.fortiguard.com/psirt/FG-IR-22-377
  • https://github.com/horizon3ai/CVE-2022-40684
  • https://github.com/carlosevieira/CVE-2022-40684
  • https://github.com/Chocapikk/CVE-2022-40684
Download Tool