Documentation ¶
Index ¶
- func WriteD3Data(output io.Writer, nodes []Node, edges []Edge)
- func WriteDOTData(output io.Writer, nodes []Node, edges []Edge)
- func WriteGEXFData(output io.Writer, nodes []Node, edges []Edge)
- func WriteGraphistryData(output io.Writer, nodes []Node, edges []Edge)
- func WriteMaltegoData(output io.Writer, nodes []Node, edges []Edge)
- type Edge
- type Node
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteD3Data ¶
WriteD3Data generates a HTML file that displays the Amass graph using D3.
func WriteDOTData ¶
WriteDOTData generates a DOT file to display the Amass graph.
func WriteGEXFData ¶
WriteGEXFData generates a GEXF file to display the Amass graph using Gephi.
func WriteGraphistryData ¶
WriteGraphistryData generates a JSON file to display the Amass graph using Graphistry.
Types ¶
Click to show internal directories.
Click to hide internal directories.