TaroballzChen / CVE-2022-40684-metasploit-scanner

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CVE-2022-40684-metasploit-scanner

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

preparation POC

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

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

result

poc

reference

About

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


Languages

Language:Python 100.0%