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

31 lines
581 B
YAML
Raw Normal View History

2023-10-21 14:28:04 +00:00
id: api-onyphe
info:
name: Onyphe API Test
author: 0xpugazh
severity: info
description: Cyber Defense Search Engine and Attack Surface Management
reference:
- https://www.onyphe.io/docs
metadata:
max-request: 1
tags: token-spray,onyphe
self-contained: true
http:
- method: GET
path:
- "https://www.onyphe.io/api/v2/user"
headers:
Authorization: Bearer {{token}}
Content-Type: application/json
matchers:
- type: word
part: body
words:
- '"apikey"'
- '"apis"'
condition: and