22 lines
381 B
YAML
22 lines
381 B
YAML
|
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}"
|