All Projects → m0nad → Hellraiser

m0nad / Hellraiser

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

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Hellraiser

Jok3r
Jok3r v3 BETA 2 - Network and Web Pentest Automation Framework
Stars: ✭ 645 (+56.17%)
Mutual labels:  network, hacking, security-tools, scanner, hacking-tool, security-audit, vulnerability-scanners
Reconnoitre
A security tool for multithreaded information gathering and service enumeration whilst building directory structures to store results, along with writing out recommendations for further testing.
Stars: ✭ 1,824 (+341.65%)
Mutual labels:  hacking, security-tools, scanner, hacking-tool, security-audit, nmap
Xattacker
X Attacker Tool ☣ Website Vulnerability Scanner & Auto Exploiter
Stars: ✭ 897 (+117.19%)
Mutual labels:  hacking, security-tools, scanner, hacking-tool, vulnerability-detection, vulnerability-assessment
Xunfeng
巡风是一款适用于企业内网的漏洞快速应急,巡航扫描系统。
Stars: ✭ 3,131 (+658.11%)
Mutual labels:  scanner, security-audit, vulnerability-scanners, vulnerability-detection, vulnerability-assessment
Nosqlmap
Automated NoSQL database enumeration and web application exploitation tool.
Stars: ✭ 1,928 (+366.83%)
Mutual labels:  hacking, security-tools, scanner, hacking-tool, security-audit
Vulnx
vulnx 🕷️ is an intelligent bot auto shell injector that detect vulnerabilities in multiple types of cms { `wordpress , joomla , drupal , prestashop .. `}
Stars: ✭ 1,009 (+144.31%)
Mutual labels:  hacking, security-tools, hacking-tool, vulnerability-detection, vulnerability-assessment
Securitymanageframwork
Security Manage Framwork is a security management platform for enterprise intranet, which includes asset management, vulnerability management, account management, knowledge base management, security scanning automation function modules, and can be used for internal security management. This platform is designed to help Party A with fewer security personnel, complicated business lines, difficult periodic inspection and low automation to better achieve internal safety management.
Stars: ✭ 378 (-8.47%)
Mutual labels:  scanner, security-audit, vulnerability-scanners, vulnerability-detection, vulnerability-assessment
Rebel Framework
Advanced and easy to use penetration testing framework 💣🔎
Stars: ✭ 183 (-55.69%)
Mutual labels:  hacking, security-tools, vulnerability-scanners, vulnerability-detection, vulnerability-assessment
Rapidscan
🆕 The Multi-Tool Web Vulnerability Scanner.
Stars: ✭ 775 (+87.65%)
Mutual labels:  security-tools, scanner, vulnerability-scanners, vulnerability-detection, vulnerability-assessment
Lynis
Lynis - Security auditing tool for Linux, macOS, and UNIX-based systems. Assists with compliance testing (HIPAA/ISO27001/PCI DSS) and system hardening. Agentless, and installation optional.
Stars: ✭ 9,137 (+2112.35%)
Mutual labels:  security-tools, security-audit, vulnerability-scanners, vulnerability-detection, vulnerability-assessment
Vuls
Agent-less vulnerability scanner for Linux, FreeBSD, Container, WordPress, Programming language libraries, Network devices
Stars: ✭ 8,844 (+2041.4%)
Mutual labels:  security-tools, security-audit, vulnerability-scanners, vulnerability-detection, vulnerability-assessment
Vulscan
Advanced vulnerability scanning with Nmap NSE
Stars: ✭ 2,305 (+458.11%)
Mutual labels:  security-audit, vulnerability-scanners, nmap, vulnerability-detection, vulnerability-assessment
Vhostscan
A virtual host scanner that performs reverse lookups, can be used with pivot tools, detect catch-all scenarios, work around wildcards, aliases and dynamic default pages.
Stars: ✭ 767 (+85.71%)
Mutual labels:  hacking, security-tools, scanner, hacking-tool, security-audit
Minesweeper
A Burpsuite plugin (BApp) to aid in the detection of scripts being loaded from over 23000 malicious cryptocurrency mining domains (cryptojacking).
Stars: ✭ 162 (-60.77%)
Mutual labels:  hacking, security-tools, hacking-tool, security-audit
Sippts
Set of tools to audit SIP based VoIP Systems
Stars: ✭ 116 (-71.91%)
Mutual labels:  hacking, security-tools, hacking-tool, security-audit
Raccoon
A high performance offensive security tool for reconnaissance and vulnerability scanning
Stars: ✭ 2,312 (+459.81%)
Mutual labels:  hacking, scanner, hacking-tool, vulnerability-assessment
Raptor
Web-based Source Code Vulnerability Scanner
Stars: ✭ 314 (-23.97%)
Mutual labels:  security-tools, scanner, security-audit, vulnerability-scanners
Crithit
Takes a single wordlist item and tests it one by one over a large collection of websites before moving onto the next. Create signatures to cross-check vulnerabilities over multiple hosts.
Stars: ✭ 182 (-55.93%)
Mutual labels:  hacking, security-tools, hacking-tool, security-audit
Habu
Hacking Toolkit
Stars: ✭ 635 (+53.75%)
Mutual labels:  network-analysis, hacking, security-tools, security-audit
Scilla
🏴‍☠️ Information Gathering tool 🏴‍☠️ DNS / Subdomains / Ports / Directories enumeration
Stars: ✭ 116 (-71.91%)
Mutual labels:  network, hacking, security-tools, hacking-tool

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, 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.

Donate

Support HellRaiser by donating.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].