CLI Python utility that aims to automatically audit a provided Cisco network device configuration file and generate a report providing device information, potential security flaws, and recommended remediations.
Provides the backend functionality for the greater Configuroo auditing web application but can be used as a standalone CLI utility.
- Python 3.x
- ciscoconfparse
- Run using
python .\ccart.py <path_to_config>in local context - (Optional) Run
python .\clearOut.pyto remove any reports generated in.\output