31 lines
581 B
YAML
31 lines
581 B
YAML
|
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
|