amass-viz
TLDR
Generate D3.js visualization
SYNOPSIS
amass viz [-d3|-dot|-gexf|-graphistry] [-d domain] [options]
DESCRIPTION
amass viz generates visualizations from enumeration data stored in the amass database. It can create interactive web-based graphs, export to standard graph formats, or integrate with visualization platforms.
Visual representations help understand the relationships between discovered assets, identify patterns, and communicate findings to stakeholders.
PARAMETERS
-d3
Generate D3.js HTML visualization-dot
Export in Graphviz DOT format-gexf
Export in GEXF format (for Gephi)-graphistry
Generate Graphistry visualization-maltego
Export for Maltego-d domain
Filter by domain-enum index
Use specific enumeration-o file
Output file path-dir path
Database directory
CAVEATS
Large enumerations produce complex visualizations that may be slow to render. D3 visualizations require a web browser. Some formats require specific software to view.
HISTORY
amass viz was added to help security professionals visualize and communicate enumeration results, supporting multiple output formats for different use cases.


