Create api-onyphe.yaml
parent
70995a694e
commit
b4c90d0590
|
@ -0,0 +1,30 @@
|
||||||
|
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
|
Loading…
Reference in New Issue