# HellRaiser **Repository Path**: git-zl/HellRaiser ## Basic Information - **Project Name**: HellRaiser - **Description**: 基于端口扫描以及关联CVE - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HellRaiser Vulnerability Scanner ![Alt text](https://github.com/m0nad/HellRaiser/blob/master/doc/result00.png) # Install Install ruby, bundler and rails. https://gorails.com/setup/ubuntu/16.04 Install 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 --path vendor/bundle 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.