Archives
Sploitus
Overview
Sploitus aggregates exploit and tool search across Exploit-DB, GitHub, Metasploit, and other sources into one query interface. Filters by type (PoC, remote, local, DoS), platform, and CVE.
Useful for quick PoC discovery during vuln validation—search CVE-YYYY-NNNN and compare multiple public implementations before adapting for authorized tests.
Results link to original hosts; always review code before running. GitHub PoCs may be incomplete, weaponized, or backdoored.
Complements searchsploit CLI (local Exploit-DB mirror) with web UI and broader GitHub indexing.
Primary use cases
- Finding PoCs after CVE disclosure for patch verification
- Comparing exploit reliability across multiple public sources
- Discovering Metasploit module names for a given CVE
- Research on exploitation technique variants
Related tools
- Metasploit Framework — Metasploit Framework is a modular exploitation platform maintained by Rapid7 and the open-source community. Ruby runtime, PostgreSQL database for workspace state, and a unified module interface for the full attack lifecycle.
- Nuclei — Template scanner. YAML checks for CVEs, misconfigs, and exposed services at scale.