EN
ENNA

Subfinder

FeaturedMIT

🔍 Subdomain Enumeration · Go

Subfinder is a subdomain discovery tool that returns valid subdomains for websites using passive online sources. It has a simple modular architecture and is optimized for speed. Subfinder uses multiple sources including certificate transparency logs, search engines, DNS aggregators, and more to find subdomains without ever touching the target directly. This makes it ideal for stealthy reconnaissance.

13.3kstars
1.5kforks
9issues
Updated 5d ago

Installation

go install

$ go install -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest

brew (macOS)

$ brew install subfinder

docker

$ docker pull projectdiscovery/subfinder

Use Cases

  • Passive subdomain enumeration for attack surface mapping
  • Bug bounty reconnaissance
  • Certificate transparency monitoring
  • Feeding results into httpx for live host probing

Tags

passivecertificate-transparencyprojectdiscovery

More in Subdomain Enumeration