What are Vulnerability or Deep Scans?
Contrary to a Recon Scan, a Deep Scan is a scan that is executed once in a workflow-like method to uncover as many web security vulnerabilities on your target URLs or assets.Starting a Deep Scan on a single URL
To start or launch a Deep Scan:- Navigate to
/scans/new - Select Deep Scan
- And under the Target section, specify a single URL, a list of URLs or a select a pre-defined target definition from the list.
Next, in case you want to schedule your scan or configure it to run on a recurring basis, enable the option “Schedule Scan”.
What this will do is unfold the options menu for you to specify a future date to which you would like to run the scan. You can also configure it to only run once.
The default timezone is set to GMT, you may change it on your profile settings
And finally, click on Run Scan to run the scan. You will be redirected in a moment to the results page.
What happens after I start a Deep Scan?
The workflow is optimized to uncover as many vulnerabilities as possible. The scanner first starts with a complete content discovery scan. This scan (performed by SPIDER X) is responsible for gathering all possible links, paths, app routes, API endpoints, files, and (query) parameters through various methods like:- Headless crawling (including intercepting requests, listening for various browser events and enumerating links)
- JavaScript Code Analysis
- HTTP Response Analysis
- Public Web Archives
- Common Config Files (like
robots.txtandsitemap.xml) - Targeted bruteforcing with dynamically generated wordlists based on a few key parameters (like technologies, language, common naming patterns, etc.)
