Skip to content

A React/ExpressJS/Cron/Redis/Bash/Python application to analyze network vulnerabilities. Written from the bottom

Notifications You must be signed in to change notification settings

nisseenn/Cisco-Vulnerability-Analyzer

Repository files navigation

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

About

A React/ExpressJS/Cron/Redis/Bash/Python application to analyze network vulnerabilities. Written from the bottom

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published