Search Exploits
generic exploit-db
Sürüm fingerprint’ten sonra PoC bulmak zaman kazandırır. Önce güvenilir kaynak, sonra lab’da doğrula; kör körüne production’a atma.
Metodoloji
Section titled “Metodoloji”-
Ürün + sürüm + platform triple’ını kilitle.
-
searchsploit / NVD / GitHub / nuclei ile aday topla.
-
PoC’yi lab’da çalıştır; bağımlılık ve hedef sürümü doğrula.
-
Başarılı zinciri not et; variant CVE’leri tara.
searchsploit
Section titled “searchsploit”searchsploit apache 2.4.49searchsploit -m 50383searchsploit -x 50383searchsploit -t wordpressapt update && searchsploit -uOnline / nuclei
Section titled “Online / nuclei”nuclei -u https://TARGET -tags cve -severitynuclei -u https://TARGET -id CVE-2021-41773curl -s "https://services.nvd.nist.gov/rest/json/cves/2.0?keywordSearch=PRODUCT" | jq '.vulnerabilities[].cve.id' | headgh search code 'CVE-2024 PRODUCT PoC' --limit 20Sürüm eşleştirme
Section titled “Sürüm eşleştirme”nmap -sV -pPORT TARGETwhatweb https://TARGETcurl -skI https://TARGET | rg -i 'server|x-powered'Exact version > major.minor; patch seviyesini banner'dan doğrulaChecklist
Section titled “Checklist”[ ] ürün/sürüm kilitlendi[ ] searchsploit/nuclei/NVD tarandı[ ] PoC lab'da doğrulandı[ ] hedefte etki kanıtlandı