BinaryEdge API Test
ID: api-binaryedge
Severity: info
Author: 0ri2N
Tags: recon,binaryedge,token-spray
Description
Section titled “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.
YAML Source
Section titled “YAML Source”id: api-binaryedge
info: name: BinaryEdge API Test author: 0ri2N severity: info 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. reference: - https://binaryedge.io - https://docs.binaryedge.io metadata: max-request: 1 tags: recon,binaryedge,token-spray
self-contained: true
http: - method: GET path: - https://api.binaryedge.io/v2/user/subscription
headers: X-Key: "{{token}}" matchers: - type: word part: body words: - '"subscription"' - '"requests_left"' condition: and# digest: 4a0a00473045022100e7d70937bbb252c9ddb1fccd797e91ed2d09d25f7d834e08c9971685d12d4ffa0220294453fac439c7cdaf7f4573c7770a33ccf133939ce10e18b93d8f6513e6e906:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/token-spray/api-binaryedge.yaml"