
취약점 스캐너로, 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 웹 앱 디렉토리로 이동한 후 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를 지원해주세요.