amass, httprobe, sublist3r, theHarvester: add page (#4912)
This commit is contained in:
24
pages/common/amass-viz.md
Normal file
24
pages/common/amass-viz.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# amass viz
|
||||
|
||||
> Visualize gathered information in a network graph.
|
||||
> More information: <https://github.com/OWASP/Amass/blob/master/doc/user_guide.md#the-viz-subcommand>.
|
||||
|
||||
- Generate a D3.js visualization based on database data:
|
||||
|
||||
`amass viz -d3 -dir {{path/to/database_directory}}`
|
||||
|
||||
- Generate a DOT file based on database data:
|
||||
|
||||
`amass viz -dot -dir {{path/to/database_directory}}`
|
||||
|
||||
- Generate a Gephi Graph Exchange XML Format (GEXF) file based on database data:
|
||||
|
||||
`amass viz -gexf -dir {{path/to/database_directory}}`
|
||||
|
||||
- Generate a Graphistry JSON file based on database data:
|
||||
|
||||
`amass viz -graphistry -dir {{path/to/database_directory}}`
|
||||
|
||||
- Generate a Maltego CSV file based on database data:
|
||||
|
||||
`amass viz -maltego -dir {{path/to/database_directory}}`
|
Reference in New Issue
Block a user