cheeyeo / cve_server

Simple REST-style web service for the CVE searching

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CVEServer

Simple REST-style web service for the CVE searching.

Requirements

Getting Started

Install the CVE Server

You must have running ruby, git, mongodb and nginx in your local machine.

curl --ssl -s https://raw.githubusercontent.com/SpiderLabs/cve_server/master/scripts/install.sh | bash -

Using the API

Additional Information

Other installation method

  1. Clone our repository.
git clone https://github.com/SpiderLabs/cve_server.git
  1. Install the ruby dependencies.
bundle install
  1. Download the raw data from the National Vulnerability Database
./bin/nvd_downloader
  1. Configure your database.
vi config/database.yml
  1. Create and populate the database for you environment.
RACK_ENV=development ./bin/seed
  1. Start the server.
RACK_ENV=development puma

License

CVEServer is released under the MIT License

About

Simple REST-style web service for the CVE searching


Languages

Language:Ruby 93.5%Language:Shell 6.5%