dns, ports, ssl, headers, whois).Requires a valid authentication token in the
AUTH header.
Headers
Authentication token (JWT) obtained from the
/auth/login endpointRequest Body
The domain to scan with http or https prefix
List of scan types to perform.
Available values:
Available values:
dns, ports/!\ These tools are still work in progress, new tools will be added soon.Example Request
Success Response
| Status | Description |
|---|---|
| 200 | Returns the scan results |
Error Responses
| Status | Description | Example |
|---|---|---|
| 400 | Missing or invalid argument | { "detail": "Bad request: Missing target." }, { "detail": "Bad Request: No scan types specified." } |
| 401 | Missing or invalid token | { "detail": "Unauthorized: Invalid or expired token." } |
| 403 | Account not validated yet | { "detail": "Forbidden: Account is not validated yet." } |
| 404 | User not found | { "detail": "Not Found: User does not exist." } |