Subfinder, pasif DNS kaynaklarını kullanarak hızlı ve sessiz subdomain keşfi yapan, recon zincirinin ilk halkası olan yüksek performanslı bir keşif aracıdır. Amass’a göre daha sessiz, httpx ve nuclei öncesi yüzey keşfi için idealdir.
# Daha detaylı incelemek isterseniz Turkhacks Resmi Github reposundan bakabilirsiniz.
Markdown (GitHub flavored):
### Turkhacks.com | Bug Researchers Team
GitHub: https://github.com/turkhacks-com
subfinder GitHub: https://github.com/projectdiscovery/subfinder
# TEMEL KULLANIM
## Temel subdomain keşfi
subfinder -d target.com
## Sonuçları dosyaya kaydet
subfinder -d target.com -o subdomains.txt
---
# KAYNAK / WORDLIST
## Özel wordlist ile tarama
subfinder -d target.com -w /path/to/subdomain_wordlist.txt
## DNS resolver belirle
subfinder -d target.com -r 8.8.8.8 -o subdomains.txt
---
# ÇOKLU HEDEF
## Birden fazla domaini tara
subfinder -d target1.com -d target2.com -o subdomains.txt
---
# AKTİF / PASİF KEŞİF
## Aktif domain listesinden pasif keşif
subfinder -d target.com -sf /path/to/active_subdomains.txt -o final_subdomains.txt
---
# İpuçları
subfinder çıktısı direkt httpx → nuclei → ffuf zincirine girer
Sessiz recon için idealdir
Büyük scope’larda Amass yerine ilk tercih olmalıdır



