nuclei-templates/token-spray/api-binaryedge.yaml

29 lines
809 B
YAML
Raw Normal View History

2022-05-21 16:38:30 +00:00
id: api-binaryedge
info:
name: BinaryEdge API Test
author: 0ri2N
severity: info
2022-05-23 08:51:05 +00:00
description: |
BinaryEdge combines Machine Learning and Cybersecurity techniques in a custom built platform to scan, acquire and classify public Internet data. This platform scans the entire public Internet space and creates real-time threat intelligence streams and reports about your company.
2022-05-21 16:38:30 +00:00
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}}"
2022-05-21 17:24:37 +00:00
2022-05-21 16:38:30 +00:00
matchers:
- type: word
part: body
words:
2022-05-23 08:51:05 +00:00
- '"subscription"'
- '"requests_left"'
2022-05-21 16:38:30 +00:00
condition: and