mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
31 lines
795 B
YAML
31 lines
795 B
YAML
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:922c64590222798bb761d5b6d8e72950 |