Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.31 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.31 KB

Cisco-Vulnerability-Analyzer

The application in words

A cisco network ios analyzer. It will understand size of subnet, and SNMP pull IP addresses in the network for IOS version. A python script converts raw data to JSON. This is fed in to the Redis database. The ExpressJS API is giving access to this database for the front-end. A NodeJS part of the backend push API requests on a given time interval to the CISCO OpenVuln API. This gives the database security vulnerabilities on the saved IOS version. The front-end pulls this data from the database through the ExpressJS API and is displayed to the user through ReactJS.

Application visualized

dataflow

The top of front page

front_page1

The bottom of front page

front_page2

Vulnerability list

vuln_list

A single vulnerability

a_vuln