Box API Test
ID: api-box
Severity: info
Author: daffainfo
Tags: token-spray,box
Description
Section titled “Description”File Sharing and Storage Service
YAML Source
Section titled “YAML Source”id: api-box
info: name: Box API Test author: daffainfo severity: info description: File Sharing and Storage Service reference: - https://developer.box.com/ - https://github.com/daffainfo/all-about-apikey/tree/main/box metadata: max-request: 1 tags: token-spray,box
self-contained: true
http: - raw: - | GET https://api.box.com/2.0/collections HTTP/1.1 Host: api.box.com Authorization: Bearer {{token}}
matchers: - type: word part: body words: - 'total_count":' - 'limit":' condition: and# digest: 490a00463044022079e450734cc9bc937620a5df7894db8a872b0c7df3a4d3c23ff10a67a066932102204cf67d2945833d9903a50b22b800eaa8fc7b93ea80f3b6b31ba321590946cf2e: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-box.yaml"