HellRaiser

Vulnerability Scanner

Github星跟踪图

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.

主要指标

概览
名称与所有者m0nad/HellRaiser
主编程语言Ruby
编程语言Ruby (语言数: 7)
平台
许可证
所有者活动
创建于2016-06-20 04:51:00
推送于2023-03-08 19:40:40
最后一次提交2022-02-26 14:10:19
发布数0
用户参与
星数564
关注者数33
派生数143
提交数279
已启用问题?
问题数13
打开的问题数1
拉请求数114
打开的拉请求数15
关闭的拉请求数85
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?