What problem does it solve? During penetration testing and security assessments, testers waste time running generic checks against unknown web stacks. This Skill fingerprints the CMS, framework, and server software of every live host so each target receives the correct technology-specific tests and version-to-CVE matching. ## Core Features & Use Cases - Bulk Technology Fingerprinting: Runs httpx tech-detect and whatweb across lists of alive hosts to identify WordPress, Drupal, Joomla, Magento, Laravel, Django, Spring Boot, and more. - CMS-Specific Version Detection: Extracts exact versions via generator meta tags, readme.html, CHANGELOG.txt, composer.lock, and wp-json endpoints. - Version-to-CVE Mapping: Maps detected versions to known vulnerabilities using searchsploit and nuclei CVE templates. - Use Case: Given a list of 200 alive subdomains, categorize them by CMS, identify a WordPress 6.5 instance, and immediately check it against known CVEs for that version. ## Quick Start Detect the CMS and technology stack of every host in alive_subs.txt and map the versions to known CVEs.