nuclei-templates/token-spray/api-sonarcloud.yaml

23 lines
463 B
YAML
Raw Normal View History

2021-10-01 14:33:51 +00:00
id: api-sonarcloud
info:
name: SonarCloud API Test
author: zzeitlin
severity: info
2021-11-02 05:19:21 +00:00
reference: https://sonarcloud.io/web_api/api/authentication
tags: token-spray,sonarcloud
2021-10-01 14:33:51 +00:00
2021-10-20 08:46:18 +00:00
self-contained: true
2021-10-01 14:33:51 +00:00
requests:
- method: GET
path:
- "https://sonarcloud.io/api/authentication/validate"
headers:
Authorization: Basic {{base64(token + ':')}}
2021-10-01 20:46:16 +00:00
2021-10-01 14:33:51 +00:00
matchers:
- type: word
part: body
words:
2021-11-02 05:19:21 +00:00
- '{"valid": true}'