1
Add the target
Go to Tests and click New Environment.Enter your domain name without a protocol — for example,
staging.example.com. Leave the permission tier at Read-only for now. Click Add Target.You’re taken to the environment detail page with an Inactive status.2
Run the discovery scan
Click Activate. The status changes to Running and the discovery phase begins.Discovery is passive — it sends ordinary HTTP requests to map what the application exposes. Nothing harmful happens at this stage. It takes 5–15 minutes depending on the application size.When the scan completes, click on the scan run to open the results. You’ll see:
- An endpoint inventory — pages, API routes, and forms the crawler found
- A technology fingerprint — what stack the application appears to run
- An SSL/TLS assessment and basic header analysis
- Any informational findings from the passive phase
3
Approve active probing
To find real vulnerabilities, you need to send attack probes. Go back to the environment detail page and click the Approvals tab.The four permission tiers are listed — from passive observation to full exploit chain execution. Each tier is irreversible for the current scan once approved; you can always run a new scan at a lower tier if needed. What each tier does →Click Approve next to Active probing. Read the confirmation — it describes what this tier does: injection testing, directory enumeration, port scanning. Click Confirm.Go to the Tests page and click Run scan on the environment.
4
Read the active scan results
Active probing takes 15–30 minutes for a typical application. When it completes, open the scan run.The report now includes findings from the active phase. Look for a finding marked Confirmed — this means the agent verified the vulnerability with a working proof of concept, not just a pattern match. Each confirmed finding shows:
- The endpoint and parameter that were vulnerable
- The exact payload that triggered the vulnerability
- The server’s response that confirmed it
- Reproduction steps you can run yourself
- Remediation guidance for your stack
5
Compare with the previous scan
Click the Compare tab on the scan run. With two scans now — the read-only discovery and the active probe — you can see how the finding count changed between them.Findings are classified as: new, persistent, resolved, or regression. This comparison view is what you’ll use after every deploy or security fix.
What’s next
Manage findings
Dismiss false positives, mark resolved, and track open issues.
Export for audits
Export findings as PDF or JSON for SOC 2 evidence.
Scan results reference
What every field in a scan report means.
Add more targets
Manage target slots, cooldowns, and add-ons.