The Attack Surface Radar tool helps cybersecurity professionals visualize and analyze the attack surface of a system. It allows users to input various attack vectors, entry points, and other risk-related data, which is then visualized in a radar chart. The tool also provides summary statistics and allows users to export their data for further analysis.
- Input and track different entry points, attack vectors, and risk levels.
- Generate a radar chart for visualizing the attack surface.
- Export data to CSV format.
- Generate detailed HTML reports with a summary and chart visualization.
- HTML5 and CSS3: The tool uses standard HTML and CSS, so any modern web browser should be able to run it.
- JavaScript: Ensure that your browser has JavaScript enabled.
-
Clone the repository:
git clone https://github.com/exfil0/attack-surface-radar.git
-
Navigate to the project directory:
cd attack-surface-radar
-
Open the
index.html
file in your preferred web browser:open index.html
That's it! You can now start using the tool directly in your web browser.
- Add Records: Fill in the details for each attack vector, entry point, risk impact, and other information. Click "Add Record" to save the entry.
- Generate Chart: After adding all necessary records, click "Generate Radar Chart and Summary" to create a radar chart and view a detailed summary.
- Export Data: Click "Export Data" to download your data in CSV format.
- Generate Report: The tool automatically generates an HTML report with a summary and the radar chart, which opens in a new window.
This project is licensed under the MIT License. You are free to use, modify, and distribute this software in accordance with the terms of the license.