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

29 lines
593 B
YAML

id: api-blitapp
info:
name: Blitapp API Test
author: daffainfo
severity: info
reference:
- https://blitapp.com/api/
- https://github.com/daffainfo/all-about-apikey/blob/main/Development/Blitapp.md
tags: token-spray,blitapp
self-contained: true
requests:
- raw:
- |
GET https://blitapp.com/api/scheduledcapture HTTP/1.1
Host: blitapp.com
Accept: application/json
Api-key: {{token}}
matchers:
- type: word
part: body
words:
- '"id"'
- '"name"'
- '"apps"'
condition: and