Linux command
amass-viz 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Generate D3.js HTML visualization
amass viz -d3 -d [example.com]
Export to Graphviz DOT format
amass viz -dot -d [example.com] -o [graph.dot]
Generate GEXF file for Gephi
amass viz -gexf -d [example.com] -o [graph.gexf]
Export for Maltego
amass viz -maltego -d [example.com] -o [graph.csv]
Use a specific enumeration from the database
amass viz -d3 -enum [1] -d [example.com]
说明
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.
参数
- -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
FAQ
What is the amass-viz command used for?
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.
How do I run a basic amass-viz example?
Run `amass viz -d3 -d [example.com]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -d3 do in amass-viz?
Generate D3.js HTML visualization