Onyphe API Test
ID: api-onyphe
Severity: info
Author: 0xpugal
Tags: token-spray,onyphe
Description
Section titled “Description”Cyber Defense Search Engine and Attack Surface Management
YAML Source
Section titled “YAML Source”id: api-onyphe
info: name: Onyphe API Test author: 0xpugal severity: info description: Cyber Defense Search Engine and Attack Surface Management reference: - https://www.onyphe.io/docs metadata: verified: true 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-condition: and matchers: - type: word part: body words: - '"apikey":"' - '"apis":' - '"@timestamp":' - '"@category":' condition: and
- type: word part: header words: - 'application/json'
- type: status status: - 200# digest: 4a0a0047304502204193277acccfa5c970e66576ecf9b79533d25c3520b7830e113eb15212e412d4022100a8351c6fb28fa2f5404129eba6e1c727b313c3445e0524d912f436ccf624b700: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-onyphe.yaml"