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

33 lines
743 B
YAML

id: api-supportivekoala
info:
name: Supportivekoala API Test
author: daffainfo
severity: info
description: Autogenerate images with template
reference:
- https://developers.supportivekoala.com/
- https://github.com/daffainfo/all-about-apikey/tree/main/supportivekoala
metadata:
max-request: 1
tags: token-spray,supportivekoala
self-contained: true
http:
- raw:
- |
GET https://api.supportivekoala.com/v1/images HTTP/1.1
Host: api.supportivekoala.com
Content-Type: application/json
Authorization: Bearer {{token}}
matchers:
- type: word
part: body
words:
- '"_id"'
- '"template"'
- '"imageUrl"'
condition: and