nuclei-templates/token-spray/api-quip.yaml

28 lines
606 B
YAML

id: api-quip
info:
name: Quip API Test
author: daffainfo
severity: info
description: File Sharing and Storage for groups
reference:
- https://quip.com/dev/automation/documentation
- https://github.com/daffainfo/all-about-apikey/tree/main/quip
tags: token-spray,quip
self-contained: true
requests:
- raw:
- |
GET https://platform.quip.com/1/users/current HTTP/1.1
Host: platform.quip.com
Authorization: Bearer {{token}}
matchers:
- type: word
part: body
words:
- '"id":'
- '"name":'
condition: and