nuclei-templates/http/token-spray/api-web3storage.yaml

30 lines
654 B
YAML

id: api-web3storage
info:
name: Web3 Storage API Test
author: daffainfo
severity: info
description: File Sharing and Storage for Free with 1TB Space
reference:
- https://docs.web3.storage/
- https://github.com/daffainfo/all-about-apikey/tree/main/web3-storage
tags: token-spray,web3storage
metadata:
max-request: 1
self-contained: true
http:
- raw:
- |
GET https://api.web3.storage/user/uploads HTTP/1.1
Host: api.web3.storage
Authorization: Bearer {{token}}
matchers:
- type: word
part: body
words:
- '"created"'
- '"cid"'
condition: and