Giter VIP home page Giter VIP logo

vulsrepo's Introduction

VulsRepo

license

VulsRepo is visualized based on the json report output in vuls.

YouTube:

vulsrepo

Online Demo

http://usiusi360.github.io/vulsrepo/

Installation

A home folder of vuls is explained as /opt/vuls.

Step1. Create a json report of vuls

$ vuls scan -report-json --cve-dictionary-dbpath=/opt/vuls/cve.sqlite3

Output to a JSON files (/opt/vuls/results/current)

Step2. Install Http Server.

Apache HTTP Server is mentioned as installed one.

Step3. Installation

2 ways to setup.

A. Zip download

zip is downloaded and developed in a home folder of http server.

$ wget https://github.com/usiusi360/vulsrepo/archive/master.zip
$ unzip master.zip
$ sudo cp -Rp ./vulsrepo-master /var/www/html/vulsrepo

B. Git clone

$ cd /var/www/html
$ sudo git clone https://github.com/usiusi360/vulsrepo.git

Step4. The setting to make a CGI operate

  1. Copy the sample configuration file for apache configuration folder.
  • vulsrepo/dist/cgi/vulsrepo.conf.sample
  1. Install library for perl. (CGI.pm/JSON.pm)
  • In the case of RHEL or CentOS

    • Install perl-CGI and perl-JSON with the yum.
  • In the case of Debian or Ubuntu.

    • Install libcgi-pm-perl and libjson-perl with the apt-get.
    • Enabling module cgid.(a2enmod cgid)
  1. Restart http server

Step5. Link to vuls results folder

$ cd /var/www/html/vulsrepo/
$ ln -s <VulsHome>/results results

Usage

Access the browser

http://VulsServer/vulsrepo/

Gallery

image image image image

vulsrepo's People

Contributors

usiusi360 avatar

Watchers

pabroff avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.