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

28 lines
627 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
self-contained: true
requests:
- 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