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

22 lines
380 B
YAML
Executable File

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