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

18 lines
268 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
2020-08-29 04:09:04 +00:00
severity: low
2020-04-05 20:01:24 +00:00
requests:
- method: GET
path:
2020-05-09 08:59:35 +00:00
- "{{BaseURL}}"
2020-07-11 05:50:35 +00:00
2020-04-05 20:01:24 +00:00
extractors:
- type: regex
part: body
regex:
2020-04-09 19:29:56 +00:00
- "AIza[0-9A-Za-z\\-_]{35}"