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

28 lines
627 B
YAML
Raw Normal View History

2021-12-15 15:59:48 +00:00
id: api-web3storage
info:
name: Web3 Storage API Test
author: daffainfo
severity: info
description: File Sharing and Storage for Free with 1TB Space
2021-12-15 15:59:48 +00:00
reference:
- https://docs.web3.storage/
- https://github.com/daffainfo/all-about-apikey/tree/main/web3-storage
2021-12-15 15:59:48 +00:00
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:
2021-12-18 10:02:58 +00:00
- '"created"'
- '"cid"'
condition: and