nuclei-templates/token-spray/google-books.yaml

27 lines
584 B
YAML
Raw Normal View History

2021-11-11 01:11:01 +00:00
id: api-googlebooks
info:
name: Google Books API Test
author: daffainfo
severity: info
description: Google Books
2021-11-11 01:11:01 +00:00
reference:
- https://developers.google.com/books/docs/overview
- https://github.com/daffainfo/all-about-apikey/tree/main/google-books
2021-11-11 01:11:01 +00:00
tags: token-spray,google,books
self-contained: true
requests:
- method: GET
path:
- "https://www.googleapis.com/books/v1/volumes/zyTCAlFPjgYC?key={{token}}"
matchers:
- type: word
2021-11-11 05:09:28 +00:00
part: body
2021-11-11 01:11:01 +00:00
words:
- "kind"
- "id"
- "etag"
2021-11-11 05:09:28 +00:00
condition: and