subfinder
subfinder 2.16.0
Subdomain discovery tool
<rendered-html><p>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.</p> </rendered-html>
https://github.com/projectdiscovery/subfinderMIT License
main program: subfinderprograms: subfinder
Platforms (30)
arc-linuxs390x-linuxmips64el-linuxriscv32-linuxarmv7l-linuxwasm64-wasip1x86_64-linuxmips64-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ subfinder ];
Ad-hoc shell
nix-shell -p subfinder
Flake (nix run)
nix run nixpkgs#subfinder