andymeneely / attack-surface-metrics

Scripts for collecting metrics of the attack surface
MIT License
14 stars 4 forks source link

Improve on the existing visualization functionality. #5

Closed megakevin closed 9 years ago

megakevin commented 10 years ago

The networkx library uses matplotlib and graphviz to generate graphical representations of the graphs. Leverage this to generate descriptive, well organized images. The images that are generated right now are very hard (impossible for any nontrivial project) to interpret.

megakevin commented 9 years ago

Wrote a function to generate a .gml file that can be read by graph visualization software. This is good enough for now and the foreseeable future... Closing this issue..