mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-10 12:43:29 +08:00
23 lines
396 B
YAML
23 lines
396 B
YAML
id: api-thecatapi
|
|
|
|
info:
|
|
name: TheCatApi API Test
|
|
author: daffainfo
|
|
severity: info
|
|
reference: https://docs.thecatapi.com/
|
|
tags: token-spray,thecatapi
|
|
|
|
self-contained: true
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "https://api.thecatapi.com/v1/votes"
|
|
headers:
|
|
x-api-key: "{{token}}"
|
|
|
|
matchers:
|
|
- type: status
|
|
negative: true
|
|
status:
|
|
- 401
|