How to find and read the target list
On any program detail page, the Scope section appears near the top of the page, above the company description and program rules. It shows the complete list of in-scope targets — assets that are currently active and have not been marked as out of scope. Each target entry includes:In scope vs. out of scope
Not every asset belonging to a company is authorized for testing, even if it shares the same domain or branding. Hackrate programs distinguish assets using two status flags:- In scope (test these)
- Out of scope (never test these)
- Inactive targets (skip for now)
A target is in scope when both of the following are true:
- Currently active — The target is accepting reports and enabled by the program owner.
- Not marked out of scope — The target has not been explicitly excluded from the program.
Tier 1 vs. Tier 2 targets
Programs that offer monetary bounties typically classify their targets into tiers. Tiers reflect the business importance of the asset and determine the bounty amounts associated with it.Tier 1 — Primary assets
Tier 1 targets are the organization’s most critical and sensitive assets. This typically includes the main production application, the core API, the primary authentication service, and any system that handles sensitive user data or financial transactions. Vulnerabilities on Tier 1 targets earn the highest bounty amounts in the bounty table — finding a critical severity issue on a Tier 1 target represents the maximum payout the program offers.
Tier 2 — Secondary assets
Tier 2 targets are supporting or peripheral assets — marketing sites, staging environments shared with the scope, secondary APIs, or lower-risk services. Bounty amounts for Tier 2 targets are lower than Tier 1 across all severity levels. These targets are still fully in scope and worth testing, but the reward ceiling is lower.
When you identify a vulnerability, check which tier the affected target belongs to before estimating your potential reward.
Reading the program policy
The Program Rules section of the program detail page is as important as the target list. The policy extends and clarifies scope with rules that cannot be expressed as a simple list of targets. Always read the full policy before testing. Key things the policy typically covers:Prohibited testing techniques
Prohibited testing techniques
Most programs forbid specific testing methods regardless of whether the target is in scope. Common prohibitions include automated scanning tools, denial-of-service testing, brute-force attacks on authentication endpoints, and any testing that could cause data loss or service disruption. Some programs permit these techniques with prior written approval — check the policy carefully.
Vulnerability types that are out of scope
Vulnerability types that are out of scope
Even on in-scope targets, certain vulnerability classes may be excluded. Typical examples include issues that require physical access to a device, vulnerabilities in third-party components that the company does not control, missing HTTP security headers without demonstrated impact, theoretical vulnerabilities without a working proof of concept, and self-XSS.
Testing period and hours
Testing period and hours
Some programs specify when you may test. The Testing Period field on the program detail page may indicate allowed testing windows (e.g., business hours only, or 24/7). Respect these windows — testing outside permitted hours can violate the program agreement.
Coordinated disclosure rules
Coordinated disclosure rules
Programs typically require you to keep vulnerability details confidential until the issue is resolved. Public disclosure before the company has patched the vulnerability — even if the finding is legitimate — is a policy violation that can result in loss of your reward and account suspension. Follow the disclosure timeline specified in the policy.
Safe harbor
Safe harbor
Most well-run programs include a safe harbor clause that confirms you will not face legal action for good-faith security testing within the defined scope and rules. Read this carefully so you understand what protections you have and what behaviors are explicitly not covered.
Using test credentials
Some programs provide test credentials — pre-created accounts, API keys, or test environment access details — to help you test without needing to create real accounts or interact with production user data. If a program has credentials available, they appear in your Credential Store (accessible from your Profiles section after being accepted to the program). Using test credentials where available is strongly encouraged:- It keeps your testing safely isolated from real user data
- It ensures you are testing an environment the program team expects to be tested
- It avoids policy violations that can arise from testing with real accounts
Common mistakes to avoid
Testing a subdomain not in the list
The scope list is exhaustive.
sub.example.com being owned by the same company as example.com does not make it in scope. Only assets explicitly listed in the Scope section are authorized.Ignoring recent announcements
Program owners post announcements at the top of the program page when scope changes, when a known issue should be excluded, or when testing is temporarily paused. Always read the latest announcement before testing — scope can change at any time.
Conflating bounty with scope
A target can be in scope but not eligible for a monetary bounty. Being in scope means you are authorized to test it; the bounty indicator on each target tells you whether a valid finding will earn a monetary reward or just reputation points.
Submitting before re-reading scope
If you find a vulnerability after an extended period away from a program, reload the program page and re-check the scope before submitting. Programs update their target lists over time, and an asset that was in scope six months ago may now be out of scope.