Subfinder is a subdomain discovery tool that discovers valid subdomains for websites.
100K+
Subfinder is a subdomain discovery tool that discovers valid subdomains for websites. Designed as a passive framework to be useful for bug bounties and safe for penetration testing.
You can use the official dockerhub image at subfinder. Simply run -
> docker pull projectdiscovery/subfinder
The above command will pull the latest tagged release from the dockerhub repository.
If you want to build the container yourself manually, git clone the repo, then build and run the following commands
git clone https://github.com/projectdiscovery/subfinder.gitdocker build -t projectdiscovery/subfinder .
docker run -it projectdiscovery/subfinder
The above command is the same as running -h
For example, this runs the tool against uber.com and output the results to your host file system:
docker run -v $HOME/.config/subfinder:/root/.config/subfinder -it projectdiscovery/subfinder -d uber.com > uber.com.txt
Content type
Image
Digest
sha256:c0f4683f9…
Size
24 MB
Last updated
about 1 month ago
docker pull projectdiscovery/subfinder