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

30 lines
633 B
YAML
Raw Normal View History

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