Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
ツール/GitHubGitHub/m0nad/hellraiser
脆弱性スキャナーポートスキャン脆弱性分析ネットワークセキュリティ
GitHubm0nad/hellraiser

HellRaiser

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

リポジトリを見る
5781414年前Kitploit レビュー済み

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

HellRaiser

脆弱性スキャナー

Alt text

インストール

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をインストールします。

root@kitploit:~
sudo apt-get update
sudo apt-get install redis-server nmap

foreman gemをインストールします。

root@kitploit:~
gem install foreman

HellRaiserリポジトリをクローンし、hellraiser Webアプリケーションディレクトリに移動して、bundle installとbundle exec rake db:migrateを実行します。

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

起動

foremanを使用してProcfileを起動します。

root@kitploit:~
foreman s

使用方法

http://127.0.0.1:3000 にアクセスします。

仕組み

HellRaiserはnmapでスキャンし、発見されたcpeとcve-searchを関連付けて脆弱性を列挙します。

寄付

寄付 でHellRaiserをサポートしてください。

ツールをダウンロード