漏洞扫描器

HellRaiser 依赖 cve-search API。请确保 cve-search API 正在运行,并将地址添加到 config/config.yml 中的 cvesearch_api_domain 字段。
安装 ruby 2.7.2、bundler 1.17.3 以及 rails。 https://gorails.com/setup/ubuntu/20.04
安装 redis-server 和 nmap。
sudo apt-get update
sudo apt-get install redis-server nmap
安装 foreman gem。
gem install foreman
克隆 HellRaiser 仓库,切换到 hellraiser web 应用程序目录,然后运行 bundle install 和 bundle exec rake db:migrate。
git clone https://github.com/m0nad/HellRaiser/
bundle install
bundle exec rake db:migrate
使用 foreman 启动 Procfile。
foreman s
HellRaiser 使用 nmap 进行扫描,然后将发现的 cpe 与 cve-search 关联,以枚举漏洞。
通过 捐赠 支持 HellRaiser。