
ماسح ضعف يستخدم Nmap للمسح وربط CPEs الموجودة مع CVEs.
ماسح الثغرات الأمنية

HellRaiser يعتمد على واجهة برمجة cve-search. تأكد من تشغيل خادم cve-search وأضف العنوان في الحقل cvesearch_api_domain داخل config/config.yml.
قم بتثبيت 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
قم بتثبيت gem الخاص بـ foreman.
gem install foreman
استنسخ مستودع HellRaiser، وانتقل إلى دليل تطبيق hellraiser web، ثم شغّل bundle install و bundle exec rake db:migrate.
git clone https://github.com/m0nad/HellRaiser/
bundle install
bundle exec rake db:migrate
شغّل Procfile باستخدام foreman.
foreman s
يقوم HellRaiser بمسح باستخدام nmap ثم يربط الـ cpe التي تم العثور عليها مع cve-search لتعداد الثغرات الأمنية.
ادعم HellRaiser عن طريق التبرع.