
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.

If your Target Definition does not have any URLs attached, it will automatically first perform a reconnaissance scan to map out all possible in-scope live hosts.
Please make sure you provide valid URLs. Not providing any valid URLs may result in some of the scans to fail.

The default timezone is set to GMT, you may change it on your profile settings

Live Results: The scanner is capable of saving the first results as soon as they are available. This may mean that your scan is marked as “finished” but still has a few scans running in the background.You can consult the Scans tab in your Deep Scan result page to view the status of each individual child process launched.
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.txt
andsitemap.xml
) - Targeted bruteforcing with dynamically generated wordlists based on a few key parameters (like technologies, language, common naming patterns, etc.)