Overview
Website Recon identifies server-side and client-side technologies on a web application. It generates findings for each detected technology and adds results to your Attack Surface.Parameters
How it works
Website Recon uses Wappalyzer as its scanning engine. Wappalyzer maintains a database of over 7,900 technologies across 100+ categories. The tool analyzes multiple elements of the website:
It also takes a screenshot of the website.
Technology categories
Website Recon identifies technologies across many categories:How recon results feed into testing
Technology fingerprinting typically happens early in a penetration test. Knowing what software a target runs lets you:- Use CMS-specific tools when WordPress, Drupal, or Joomla is detected
- Match detected versions against known CVEs
- Plan targeted testing based on the application architecture
- Focus on known-vulnerable components first
Example workflow
If Website Recon finds the following about a target:- Search for WordPress 4.1 CVEs
- Run the WordPress Scanner for CMS-specific testing
- Use the server and OS information to select appropriate exploits