Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m0nad/HellRaiser
Vulnerability scanner using Nmap for scanning and correlating found CPEs with CVEs.
https://github.com/m0nad/HellRaiser
cve cve-scanning hacking hacking-tool network network-analysis nmap rails ruby scanner security security-audit security-tools vulnerability-assessment vulnerability-detection vulnerability-scanners
Last synced: 3 months ago
JSON representation
Vulnerability scanner using Nmap for scanning and correlating found CPEs with CVEs.
- Host: GitHub
- URL: https://github.com/m0nad/HellRaiser
- Owner: m0nad
- Created: 2016-06-20T04:51:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T19:40:40.000Z (over 1 year ago)
- Last Synced: 2024-08-01T09:25:25.193Z (3 months ago)
- Topics: cve, cve-scanning, hacking, hacking-tool, network, network-analysis, nmap, rails, ruby, scanner, security, security-audit, security-tools, vulnerability-assessment, vulnerability-detection, vulnerability-scanners
- Language: Ruby
- Homepage:
- Size: 435 KB
- Stars: 554
- Watchers: 33
- Forks: 144
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Open-Source-Ruby-and-Rails-Apps - HellRaiser - Vulnerability scanner using Nmap for scanning and correlating found CPEs with CVEs. 🔥 🚀 (Happy Exploring 🤘)
- awesome-starz - m0nad/HellRaiser - Vulnerability scanner using Nmap for scanning and correlating found CPEs with CVEs. (Ruby)
- awesome-hacking-lists - m0nad/HellRaiser - Vulnerability scanner using Nmap for scanning and correlating found CPEs with CVEs. (Ruby)
README
# HellRaiser
Vulnerability Scanner
![Alt text](https://github.com/m0nad/HellRaiser/blob/master/doc/result00.png)
# Install
HellRaiser depends on [cve-search](https://github.com/cve-search/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.04Install 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.
# Donate
Support HellRaiser by [donating](https://m0nad.github.io/donate.html).