10 src = fetchFromGitHub {
11 owner = "projectdiscovery";
13 rev = "refs/tags/v${version}";
14 hash = "sha256-A9qSrgQB7AE+9S3SW1eXRGA65RfEzrjYR2XgU8e+zMk=";
17 vendorHash = "sha256-j2WO+LLvioBB2EU/6ahyTn9H614Dmiskm0p7GOgqYNY=";
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";