
Nmapを使用してスキャンし、見つかったCPEをCVEと関連付ける脆弱性スキャナー。
脆弱性スキャナー

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
http://127.0.0.1:3000 にアクセスします。
HellRaiserはnmapでスキャンし、発見されたcpeとcve-searchを関連付けて脆弱性を列挙します。
寄付 でHellRaiserをサポートしてください。