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

31 lines
827 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
2023-06-12 12:07:17 +00:00
tags: recon,binaryedge,token-spray
metadata:
max-request: 1
2022-05-21 16:38:30 +00:00
self-contained: true
http:
2022-05-21 16:38:30 +00:00
- 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