nuclei-templates/tokens/google-api-key.yaml

25 lines
413 B
YAML
Executable File

id: google-api-key
info:
name: Google API Key
author: Swissky
severity: medium
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- "AIza[0-9A-Za-z\\-_]{35}"
extractors:
- type: regex
part: body
regex:
- "AIza[0-9A-Za-z\\-_]{35}"