nuclei-templates/exposures/configs/gmail-api-client-secrets.yaml

28 lines
546 B
YAML
Raw Normal View History

2021-02-01 21:22:27 +00:00
id: gmail-api-client-secrets
info:
name: GMail API client_secrets.json
author: geeknik
severity: info
description: https://developers.google.com/gmail/api/auth/web-server
requests:
- method: GET
path:
- "{{BaseURL}}/client_secrets.json"
matchers-condition: and
matchers:
- type: word
words:
- "client_id"
- "auth_uri"
- "token_uri"
- type: status
status:
- 200
- type: word
part: header
words:
- "application/json"