{"id":19825244,"url":"https://github.com/tes3awy/cisco-config-auditor","last_synced_at":"2025-05-01T13:32:22.951Z","repository":{"id":222376178,"uuid":"757113575","full_name":"Tes3awy/cisco-config-auditor","owner":"Tes3awy","description":"Cisco IOS XE Configuration Auditor","archived":false,"fork":false,"pushed_at":"2024-07-12T13:30:16.000Z","size":391,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-10-14T07:54:11.921Z","etag":null,"topics":["audit","automation","cisco-iosxe","configuration-parser","devnet"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/ciscoconfaudit/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tes3awy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-13T20:43:50.000Z","updated_at":"2024-09-12T22:04:20.000Z","dependencies_parsed_at":"2024-07-12T15:25:32.186Z","dependency_job_id":null,"html_url":"https://github.com/Tes3awy/cisco-config-auditor","commit_stats":null,"previous_names":["tes3awy/cisco-config-auditor"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tes3awy%2Fcisco-config-auditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tes3awy%2Fcisco-config-auditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tes3awy%2Fcisco-config-auditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tes3awy%2Fcisco-config-auditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tes3awy","download_url":"https://codeload.github.com/Tes3awy/cisco-config-auditor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224262112,"owners_count":17282267,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audit","automation","cisco-iosxe","configuration-parser","devnet"],"created_at":"2024-11-12T11:07:06.267Z","updated_at":"2024-11-12T11:07:07.104Z","avatar_url":"https://github.com/Tes3awy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ciscoconfaudit\n\n[![published](https://static.production.devnetcloud.com/codeexchange/assets/images/devnet-published.svg)](https://developer.cisco.com/codeexchange/github/repo/Tes3awy/cisco-config-auditor)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ciscoconfaudit)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square)](https://github.com/psf/black)\n[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat-square\u0026labelColor=ef8336)](https://pycqa.github.io/isort/)\n![LICENSE](https://img.shields.io/github/license/Tes3awy/cisco-config-auditor?color=purple\u0026style=flat-square\u0026label=LICENSE)\n![Commit Activity](https://img.shields.io/github/commit-activity/m/Tes3awy/cisco-config-auditor/main?logo=github\u0026style=flat-square)\n![PyPI - Version](https://img.shields.io/pypi/v/ciscoconfaudit)\n![PyPI - Status](https://img.shields.io/pypi/status/ciscoconfaudit)\n[![Downloads](https://static.pepy.tech/badge/ciscoconfaudit)](https://pepy.tech/project/ciscoconfaudit)\n[![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/Tes3awy)\n\n\u003e Based on [Use Cisco IOS XE Hardening Guide](https://www.cisco.com/c/en/us/support/docs/ios-nx-os-software/ios-xe-16/220270-use-cisco-ios-xe-hardening-guide.html) and some opinionated best practices.\n\nThis package gives an overview of the hardening techniques that can be used to secure a Cisco network device. Network security is not a one-layer thing, yet, it depends on multiple factors. If you harden your devices, then it is a good starting point that increases the overall security of the environment you manage.\n\n## Installation\n\n\u003e Install from PyPi\n\n```bash\n$ pip install ciscoconfaudit\n```\n\n## Usage\n\nYou can try out _two examples_ in the repo in [examples](https://github.com/Tes3awy/cisco-config-auditor/tree/main/examples).\n\n```bash\n(.venv) $ python3 basic_online.py   # Parses config from a device (Uses netmiko)\n(.venv) $ python3 basic_offline.py  # Parses config from text file\n```\n\n### Example Output\n\n| Global Config Audit (Sample)                                                                                     | Interface-Level Audit                                                                                                |\n| ---------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |\n| ![Global Config Audit](https://github.com/Tes3awy/cisco-config-auditor/blob/main/assets/global-config-audit.jpg) | ![Interface Level Audit](https://github.com/Tes3awy/cisco-config-auditor/blob/main/assets/interface-level-audit.jpg) |\n\n## Use Case\n\n- Ever been tired of checking whether the Cisco hardneing technqiues (_[here](https://www.cisco.com/c/en/us/support/docs/ios-nx-os-software/ios-xe-16/220270-use-cisco-ios-xe-hardening-guide.html)_) are applied to your network devices one by one? This package is very handy in generating a tabular report for you.\n\n## Author\n\n[Osama Abbas](https://github.com/Tes3awy)\n\n## Credits\n\nThis package was inspired by [jonarm](https://github.com/jonarm) from [cisco-ios-audit](https://github.com/jonarm/cisco-ios-audit).\n\n## Contributions\n\nYou are welcome to contribute to this Cisco [Swiss army knife](https://en.wikipedia.org/wiki/Swiss_Army_knife).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftes3awy%2Fcisco-config-auditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftes3awy%2Fcisco-config-auditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftes3awy%2Fcisco-config-auditor/lists"}