Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
HellRaiser — Vulnerability scanner using Nmap for scanning and correlating found CPEs with CVEs. | Kitploit
Tools/GitHubGitHub/m0nad/hellraiser
Vulnerability ScannersPort ScanningVulnerability AnalysisNetwork Security
GitHubm0nad/hellraiser

HellRaiser

Vulnerability scanner using Nmap for scanning and correlating found CPEs with CVEs.

View Repository
5781414 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

HellRaiser

Vulnerability Scanner

Alt text

Install

HellRaiser depends on cve-search API. Have a cve-search API running and add the address in config/config.yml on cvesearch_api_domain field.

Install ruby 2.7.2, bundler 1.17.3 and rails. https://gorails.com/setup/ubuntu/20.04

Install redis-server and nmap.

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

Install the foreman gem.

root@kitploit:~
gem install foreman

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

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

Start

Start the Procfile using foreman.

root@kitploit:~
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.

Donate

Support HellRaiser by donating.

Download Tool