feat(token-spray): binaryedge api test
parent
9bfeb7693e
commit
1fe6d4521d
|
@ -0,0 +1,27 @@
|
||||||
|
id: api-binaryedge
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: BinaryEdge API Test
|
||||||
|
author: 0ri2N
|
||||||
|
severity: info
|
||||||
|
reference:
|
||||||
|
- https://binaryedge.io
|
||||||
|
- https://docs.binaryedge.io
|
||||||
|
tags: dns,scan,recon,binaryedge,token-spray
|
||||||
|
|
||||||
|
self-contained: true
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- https://api.binaryedge.io/v2/user/subscription
|
||||||
|
headers:
|
||||||
|
X-Key: "{{token}}"
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- subscription
|
||||||
|
- requests_plan
|
||||||
|
- requests_left
|
||||||
|
condition: and
|
Loading…
Reference in New Issue