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

22 lines
381 B
YAML
Raw Normal View History

2020-04-09 19:29:56 +00:00
id: google-api-key
2020-04-05 20:01:24 +00:00
info:
2020-04-09 19:29:56 +00:00
name: Google API Key
2020-04-05 20:01:24 +00:00
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:
2020-04-09 19:29:56 +00:00
- "AIza[0-9A-Za-z\\-_]{35}"