Add 3 token-spray templates (#3481)
* Add 27 workflow templates * fixed Artifactory workflow * Fixed Jetty workflow * Fixed Moodle workflow * Fixed Zabbix workflow * Fixed DedeCMS workflow * Fixed OFBiz workflow * Fixed rConfig workflow * Tag update for R-SeeNet workflow * Add 3 token-spray templates * format fixes Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>patch-1
parent
e281e5bf88
commit
435e38b7ea
|
@ -4,7 +4,9 @@ info:
|
||||||
name: Alchemy API Test
|
name: Alchemy API Test
|
||||||
author: daffainfo
|
author: daffainfo
|
||||||
severity: info
|
severity: info
|
||||||
reference: https://docs.alchemy.com/alchemy/
|
reference:
|
||||||
|
- https://docs.alchemy.com/alchemy/
|
||||||
|
- https://github.com/daffainfo/all-about-apikey/blob/main/Cryptocurrency/Alchemy.md
|
||||||
tags: token-spray,alchemy
|
tags: token-spray,alchemy
|
||||||
|
|
||||||
self-contained: true
|
self-contained: true
|
||||||
|
|
|
@ -4,7 +4,9 @@ info:
|
||||||
name: Binance REST API
|
name: Binance REST API
|
||||||
author: geeknik
|
author: geeknik
|
||||||
severity: info
|
severity: info
|
||||||
reference: https://github.com/binance/binance-spot-api-docs/blob/master/rest-api.md
|
reference:
|
||||||
|
- https://github.com/binance/binance-spot-api-docs/blob/master/rest-api.md
|
||||||
|
- https://github.com/daffainfo/all-about-apikey/blob/main/Cryptocurrency/Binance.md
|
||||||
tags: token-spray,binance
|
tags: token-spray,binance
|
||||||
|
|
||||||
self-contained: true
|
self-contained: true
|
||||||
|
|
|
@ -4,7 +4,9 @@ info:
|
||||||
name: BitcoinAverage API Test
|
name: BitcoinAverage API Test
|
||||||
author: daffainfo
|
author: daffainfo
|
||||||
severity: info
|
severity: info
|
||||||
reference: https://apiv2.bitcoinaverage.com/
|
reference:
|
||||||
|
- https://apiv2.bitcoinaverage.com/
|
||||||
|
- https://github.com/daffainfo/all-about-apikey/blob/main/Cryptocurrency/BitcoinAverage.md
|
||||||
tags: token-spray,bitcoinaverage
|
tags: token-spray,bitcoinaverage
|
||||||
|
|
||||||
self-contained: true
|
self-contained: true
|
||||||
|
|
|
@ -4,7 +4,9 @@ info:
|
||||||
name: block.io API Test
|
name: block.io API Test
|
||||||
author: daffainfo
|
author: daffainfo
|
||||||
severity: info
|
severity: info
|
||||||
reference: https://block.io/docs/basic
|
reference:
|
||||||
|
- https://block.io/docs/basic
|
||||||
|
- https://github.com/daffainfo/all-about-apikey/blob/main/Cryptocurrency/Block.md
|
||||||
tags: token-spray,block
|
tags: token-spray,block
|
||||||
|
|
||||||
self-contained: true
|
self-contained: true
|
||||||
|
|
|
@ -4,7 +4,9 @@ info:
|
||||||
name: Blockhain API Test
|
name: Blockhain API Test
|
||||||
author: daffainfo
|
author: daffainfo
|
||||||
severity: info
|
severity: info
|
||||||
reference: https://api.blockchain.com/v3/#/
|
reference:
|
||||||
|
- https://api.blockchain.com/v3/#/
|
||||||
|
- https://github.com/daffainfo/all-about-apikey/blob/main/Cryptocurrency/Blockchain.md
|
||||||
tags: token-spray,blockchain
|
tags: token-spray,blockchain
|
||||||
|
|
||||||
self-contained: true
|
self-contained: true
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
id: api-blockfrost
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Blockfrost API Test
|
||||||
|
author: daffainfo
|
||||||
|
severity: info
|
||||||
|
reference:
|
||||||
|
- https://docs.blockfrost.io/
|
||||||
|
- https://github.com/daffainfo/all-about-apikey/blob/main/Cryptocurrency/Blockfrost.md
|
||||||
|
tags: token-spray,blockfrost
|
||||||
|
|
||||||
|
self-contained: true
|
||||||
|
requests:
|
||||||
|
- raw:
|
||||||
|
- |
|
||||||
|
GET https://cardano-mainnet.blockfrost.io/api/v0/ HTTP/1.1
|
||||||
|
Host: cardano-mainnet.blockfrost.io
|
||||||
|
project_id: {{token}}
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- '"url":'
|
||||||
|
- '"version":'
|
||||||
|
condition: and
|
|
@ -0,0 +1,29 @@
|
||||||
|
id: api-bravenewcoin
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Brave New Coin API Test
|
||||||
|
author: daffainfo
|
||||||
|
severity: info
|
||||||
|
reference:
|
||||||
|
- https://bravenewcoin.com/developers
|
||||||
|
- https://github.com/daffainfo/all-about-apikey/blob/main/Cryptocurrency/Brave%20New%20Coin.md
|
||||||
|
tags: token-spray,bravenewcoin
|
||||||
|
|
||||||
|
self-contained: true
|
||||||
|
requests:
|
||||||
|
- raw:
|
||||||
|
- |
|
||||||
|
GET https://bravenewcoin.p.rapidapi.com/market HTTP/1.1
|
||||||
|
X-Rapidapi-Host: bravenewcoin.p.rapidapi.com
|
||||||
|
X-Rapidapi-Key: {{token}}
|
||||||
|
Host: bravenewcoin.p.rapidapi.com
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- '"content":'
|
||||||
|
- '"id":'
|
||||||
|
- '"baseAssetId":'
|
||||||
|
- '"quoteAssetId":'
|
||||||
|
condition: and
|
|
@ -0,0 +1,27 @@
|
||||||
|
id: api-coinapi
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: CoinAPI API Test
|
||||||
|
author: daffainfo
|
||||||
|
severity: info
|
||||||
|
reference:
|
||||||
|
- https://docs.coinapi.io/
|
||||||
|
- https://github.com/daffainfo/all-about-apikey/blob/main/Cryptocurrency/CoinAPI.md
|
||||||
|
tags: token-spray,coinapi
|
||||||
|
|
||||||
|
self-contained: true
|
||||||
|
requests:
|
||||||
|
- raw:
|
||||||
|
- |
|
||||||
|
GET https://rest.coinapi.io/v1/exchanges HTTP/1.1
|
||||||
|
Host: rest.coinapi.io
|
||||||
|
X-CoinAPI-Key: {{token}}
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- '"exchange_id":'
|
||||||
|
- '"website":'
|
||||||
|
- '"name":'
|
||||||
|
condition: and
|
|
@ -4,7 +4,9 @@ info:
|
||||||
name: Coinlayer API Test
|
name: Coinlayer API Test
|
||||||
author: daffainfo
|
author: daffainfo
|
||||||
severity: info
|
severity: info
|
||||||
reference: https://coinlayer.com/documentation
|
reference:
|
||||||
|
- https://coinlayer.com/documentation
|
||||||
|
- https://github.com/daffainfo/all-about-apikey/blob/main/Cryptocurrency/Coinlayer.md
|
||||||
tags: token-spray,coinlayer
|
tags: token-spray,coinlayer
|
||||||
|
|
||||||
self-contained: true
|
self-contained: true
|
||||||
|
|
Loading…
Reference in New Issue