10 src = fetchFromGitHub {
11 owner = "projectdiscovery";
13 rev = "refs/tags/v${version}";
14 hash = "sha256-2IO7TyMcKUB2B9agCoIdjybEjr0RLCv+vhXn9e5eL28=";
17 vendorHash = "sha256-+JOrephdT0k3onbgA3CKLeF8iLWycybwtJxalC0n0Ys=";
31 description = "Subdomain discovery tool";
33 SubFinder is a subdomain discovery tool that discovers valid
34 subdomains for websites. Designed as a passive framework to be
35 useful for bug bounties and safe for penetration testing.
37 homepage = "https://github.com/projectdiscovery/subfinder";
38 license = licenses.mit;
39 maintainers = with maintainers; [ fpletz Br1ght0ne Misaka13514 ];
40 mainProgram = "subfinder";