Delighted API Test
ID: api-delighted
Severity: info
Author: 0xpugal
Tags: token-spray,delighted
Description
Section titled “Description”Collect customer feedback in minutes
YAML Source
Section titled “YAML Source”id: api-delighted
info: name: Delighted API Test author: 0xpugal severity: info description: Collect customer feedback in minutes reference: - https://app.delighted.com/docs/api metadata: max-request: 1 tags: token-spray,delighted
self-contained: truehttp: - method: GET path: - "https://api.delighted.com/v1/metrics.json"
headers: Content-Type: application/json Authorization: Basic {{base64(token)}}
matchers-condition: and matchers: - type: word part: body words: - '"nps"' - '"promoter_count"' - '"promoter_percent"' - '"passive_count"' - '"response_count"' condition: and
- type: status status: - 200# digest: 4a0a0047304502202c52e5f9259c0c146541c9b377d81644609e66a103da3b8199e2add5be627d10022100e88d9b38e39a6f9fc6f26d155f3878712128e90e6071f57c51ff0b4e32a09c1f: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-delighted.yaml"