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
Muhammad Daffa 2022-01-05 02:40:09 +07:00 committed by GitHub
parent e281e5bf88
commit 435e38b7ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 100 additions and 6 deletions

View File

@ -4,7 +4,9 @@ info:
name: Alchemy API Test
author: daffainfo
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
self-contained: true

View File

@ -4,7 +4,9 @@ info:
name: Binance REST API
author: geeknik
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
self-contained: true

View File

@ -4,7 +4,9 @@ info:
name: BitcoinAverage API Test
author: daffainfo
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
self-contained: true

View File

@ -4,7 +4,9 @@ info:
name: block.io API Test
author: daffainfo
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
self-contained: true

View File

@ -4,7 +4,9 @@ info:
name: Blockhain API Test
author: daffainfo
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
self-contained: true

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -4,7 +4,9 @@ info:
name: Coinlayer API Test
author: daffainfo
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
self-contained: true