10 src = fetchFromGitHub {
13 rev = "refs/tags/v${version}";
14 hash = "sha256-lhvU2fUnjQ+D+EZDRircNg/np4Ynk+HzOBgxT1L8BaQ=";
17 vendorHash = "sha256-PdFIWK4yBh8Bb9mzYdU2h7pDPK8FZMhu8meTd9snP48=";
26 cp -R examples/wordlists/*.txt $wordlists
30 # https://github.com/OWASP/Amass/issues/640
34 description = "In-Depth DNS Enumeration and Network Mapping";
36 The OWASP Amass tool suite obtains subdomain names by scraping data
37 sources, recursive brute forcing, crawling web archives,
38 permuting/altering names and reverse DNS sweeping. Additionally, Amass
39 uses the IP addresses obtained during resolution to discover associated
40 netblocks and ASNs. All the information is then used to build maps of the
43 Amass ships with a set of wordlist (to be used with the amass -w flag)
44 that are found under the wordlists output.
46 homepage = "https://owasp.org/www-project-amass/";
47 changelog = "https://github.com/OWASP/Amass/releases/tag/v${version}";
48 license = licenses.asl20;
49 maintainers = with maintainers; [ kalbasit fab ];
50 mainProgram = "amass";