Giter VIP home page Giter VIP logo

vulnerability-management's Introduction

Vulnerability-management

This is a prototype for a vulnerability management tool, directly implementing the CVE-Search database for automating the creation of tickets.

##Installation: ###Requirements You will need to install postgresql to your repository. It should be in your default repository. On Ubuntu, just type apt-get install postgresql in a terminal window.< br /> You will also need to install psycopg2 using sudo pip3 install psycopg2. A requirements file for pip3 will soon follow ###Setting up the database Optional modifications:
If you want, you can change the data at the top of install/createPostgresDB.py. Read carefully what you can and cannot edit, and proceed at your own risk.

Installation:

  • cd install
  • sudo su - postgres
  • createuser vulnmanager
  • psql -c "\password vulnmanager" and set the password to vulnmanager (you can change this later on, or change the passwords in the install script)
  • createdb -O vulnmanager vulnmanager
  • exit
  • If you run the vulnerability manager on the same server as the postgresql server, change local all postgres peer to local all postgres md5" in the /etc/postgresql/<version>/main/pg_hba.conf file
  • Restart the postgres database
  • python3 createPostgresDB.py
  • Optionally: python3 testDataPostgres.py - add test-data like default users, teams and systems to the database

NOTE This tool is still in development, and is not yet operational! NOTE Currently, we are only supporting PostgreSQL as a database. If you want support for other database types, we encourage you to help us build database layers for all sorts of databases.

vulnerability-management's People

Contributors

pidgeyl avatar pombredanne avatar

Watchers

 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.