Skip to content

l0n3/HellRaiser

 
 

Repository files navigation

HellRaiser

Vulnerability Scanner

Alt text

Install

Install ruby, bundler and rails. https://gorails.com/setup/ubuntu/16.04

Install redis-server and nmap.

sudo apt-get update
sudo apt-get install redis-server nmap

Install the foreman gem.

gem install foreman

Clone HellRaiser repository, change to hellraiser web app directory and run bundle install and bundle exec rake db:migrate.

git clone https://github.com/m0nad/HellRaiser/
bundle install
bundle exec rake db:migrate

Start

Start the Procfile using foreman.

foreman s

Usage

Access http://127.0.0.1:3000

How it works?

HellRaiser scan with nmap then correlates cpe's found with cve-search to enumerate vulnerabilities.

About

Vulnerability Scanner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 65.1%
  • HTML 27.4%
  • CSS 4.1%
  • CoffeeScript 3.4%