2021-12-22 12:45:31 +00:00
|
|
|
id: api-blockchain
|
|
|
|
|
|
|
|
info:
|
2022-02-28 16:40:40 +00:00
|
|
|
name: Blockchain API Test
|
2021-12-22 12:45:31 +00:00
|
|
|
author: daffainfo
|
|
|
|
severity: info
|
2022-07-25 06:05:11 +00:00
|
|
|
description: Bitcoin Payment, Wallet & Transaction Data
|
2022-01-04 19:40:09 +00:00
|
|
|
reference:
|
|
|
|
- https://api.blockchain.com/v3/#/
|
2022-07-25 06:05:11 +00:00
|
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/blockchain
|
2022-02-28 16:40:40 +00:00
|
|
|
classification:
|
|
|
|
cwe-id: CWE-200
|
2022-04-22 10:38:41 +00:00
|
|
|
tags: token-spray,blockchain
|
2021-12-22 12:45:31 +00:00
|
|
|
|
|
|
|
self-contained: true
|
|
|
|
requests:
|
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
GET https://api.blockchain.com/v3/exchange/accounts HTTP/1.1
|
|
|
|
Host: api.blockchain.com
|
|
|
|
X-API-Token: {{token}}
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '"currency"'
|
|
|
|
- '"balance"'
|
|
|
|
- '"available"'
|
|
|
|
condition: and
|
2022-02-28 16:40:40 +00:00
|
|
|
|
|
|
|
# Enhanced by cs on 2022/02/28
|