For our invasive scanners, you need to confirm that you can access or own the application - by verifying the scan target.
This section only applies when you choose the "Full Scan"-Scope during the setup process.
Before starting our scanners, you need to verify that the application belongs to you - by uploading a text file to the root directory of the URL.
You will see the lock if you need to verify the project. Otherwise, you will see the start scan.
This is necessary to validate that you have access rights to the domain and are legally allowed to perform security scans.
How to Verify
There are three possible ways to verify a project:
- File Upload
- API Endpoints
- DNS Record
- Manual Verification (only in the professional package)
File Upload
You must download the verification file (a .html file) to verify a project via a file upload. This file contains a unique and secure hash. Upload the file to be available under the root directory of the URL you entered when creating the project. Your project setting displays your specific path (see screenshot below).
After you have uploaded this file, you can initiate the Verification. Afterward, your project is ready to scan.
API Endpoints
To verify using API endpoints, update your API to include any of the following GET statements. (replace "https://example.com" with your API domain and "XXXXX" with your specific value that you can retrieve from the software)
GET https://example.com/crashtest-XXXXX.html
GET https://example.com/?verify=crashtest-XXXXX
GET https://example.com/verify/crashtest/XXXXX
Any API endpoints listed above should return the project verification hash, which you can copy into the software.
DNS Record
To verify using a DNS record, create a TXT record under the target's domain and set the verification hash as a value.
Manual Verification
Get in touch with our customer support if the automatic verification options are not possible for you. We will help you to verify your project.
If your project is protected by HTTP Basic Authentication (htaccess protection), you need to configure the username and password in the project settings before trying to verify the project.