amass
amass 5.1.1
In-Depth DNS Enumeration and Network Mapping
<rendered-html><p>The OWASP Amass tool suite obtains subdomain names by scraping data sources, recursive brute forcing, crawling web archives, permuting/altering names and reverse DNS sweeping. Additionally, Amass uses the IP addresses obtained during resolution to discover associated netblocks and ASNs. All the information is then used to build maps of the target networks.</p> </rendered-html>
https://owasp.org/www-project-amass/Apache License 2.0
main program: amassprograms: amass_engine, oam_track, amass, oam_i2y, oam_viz, oam_assoc, oam_subs, ae_isready, oam_enum
Platforms (30)
s390x-linuxpowerpc64-linuxpowerpc64le-linuxarmv7a-linuxi686-linuxpowerpc-linuxmicroblaze-linuxs390-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ amass ];
Ad-hoc shell
nix-shell -p amass
Flake (nix run)
nix run nixpkgs#amass