Merge pull request #3093 from daffainfo/master

Adding 4 token-spray templates
patch-1
Sandeep Singh 2021-11-06 16:35:15 +05:30 committed by GitHub
commit e1e07ce27c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 154 additions and 16 deletions

View File

@ -4,7 +4,9 @@ info:
name: AbuseIPDB API Test
author: daffainfo
severity: info
reference: https://docs.abuseipdb.com/
reference:
- https://docs.abuseipdb.com/
- https://github.com/daffainfo/all-about-apikey/blob/main/Anti-Malware/AbuseIPDB.md
tags: token-spray,abuseipdb
self-contained: true

View File

@ -4,7 +4,9 @@ info:
name: AlienVault Open Threat Exchange (OTX) API Test
author: daffainfo
severity: info
reference: https://otx.alienvault.com/api
reference:
- https://otx.alienvault.com/api
- https://github.com/daffainfo/all-about-apikey/blob/main/Anti-Malware/AlienVault%20Open%20Threat%20Exchange.md
tags: token-spray,alienvault
self-contained: true

View File

@ -4,7 +4,9 @@ info:
name: AniAPI API Test
author: daffainfo
severity: info
reference: https://aniapi.com/docs/authentication
reference:
- https://aniapi.com/docs/authentication
- https://github.com/daffainfo/all-about-apikey/blob/main/Anime/AniAPI.md
tags: token-spray,aniapi
self-contained: true

View File

@ -4,7 +4,9 @@ info:
name: Cooper Hewitt API
author: daffainfo
severity: info
reference: https://collection.cooperhewitt.org/api/methods/
reference:
- https://collection.cooperhewitt.org/api/methods/
- https://github.com/daffainfo/all-about-apikey/blob/main/Art-Design/Cooper%20Hewitt.md
tags: token-spray,cooperhewitt
self-contained: true

View File

@ -0,0 +1,25 @@
id: api-covalent
info:
name: Covalent API Test
author: daffainfo
severity: info
reference:
- https://www.covalenthq.com/docs/api/
- https://github.com/daffainfo/all-about-apikey/blob/main/Blockchain/Covalent.md
tags: token-spray,covalent
self-contained: true
requests:
- method: GET
path:
- "https://api.covalenthq.com/v1/3/address/balances_v2/?&key={{token}}"
matchers:
- type: word
part: body
words:
- '"address":'
- '"updated_at":'
- '"next_update_at":'
condition: and

View File

@ -4,7 +4,9 @@ info:
name: Dribbble API Test
author: daffainfo
severity: info
reference: https://developer.dribbble.com/v2/
reference:
- https://developer.dribbble.com/v2/
- https://github.com/daffainfo/all-about-apikey/blob/main/Art-Design/Dribbble.md
tags: token-spray,dribbble
self-contained: true

View File

@ -0,0 +1,31 @@
id: api-etherscan
info:
name: Etherscan API Test
author: daffainfo
severity: info
reference:
- https://docs.etherscan.io/
- https://github.com/daffainfo/all-about-apikey/blob/main/Blockchain/Etherscan.md
tags: token-spray,etherscan
self-contained: true
requests:
- method: GET
path:
- "https://api.etherscan.io/api?module=account&action=balance&address=0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae&tag=latest&apikey={{token}}"
matchers-condition: and
matchers:
- type: word
part: body
negative: true
words:
- 'Invalid API Key'
- type: word
part: body
words:
- '"status":'
- '"message":"OK"'
condition: and

View File

@ -4,7 +4,9 @@ info:
name: Europeana API Test
author: daffainfo
severity: info
reference: https://pro.europeana.eu/page/search
reference:
- https://pro.europeana.eu/page/search
- https://github.com/daffainfo/all-about-apikey/blob/main/Art-Design/Europeana.md
tags: token-spray,europeana
self-contained: true

View File

@ -4,7 +4,9 @@ info:
name: IUCN API Test
author: daffainfo
severity: info
reference: http://apiv3.iucnredlist.org/api/v3/docs
reference:
- http://apiv3.iucnredlist.org/api/v3/docs
- https://github.com/daffainfo/all-about-apikey/blob/main/Animals/IUCN.md
tags: token-spray,iucn
self-contained: true

View File

@ -4,7 +4,9 @@ info:
name: MyAnimeList API Test
author: daffainfo
severity: info
reference: https://myanimelist.net/apiconfig/references/api/v2
reference:
- https://myanimelist.net/apiconfig/references/api/v2
- https://github.com/daffainfo/all-about-apikey/blob/main/Anime/MyAnimeList.md
tags: token-spray,myanimelist
self-contained: true

View File

@ -0,0 +1,28 @@
id: api-nownodes
info:
name: Nownodes API Test
author: daffainfo
severity: info
reference:
- https://nownodes.io/
- https://github.com/daffainfo/all-about-apikey/blob/main/Blockchain/Nownodes.md
tags: token-spray,nownodes
self-contained: true
requests:
- raw:
- |
GET /api HTTP/1.1
Host: bsc-blockbook.nownodes.io
api-key: {{token}}
Content-Type: application/json
matchers:
- type: word
part: body
words:
- '"coin":'
- '"host":'
- '"version":'
condition: and

View File

@ -4,7 +4,9 @@ info:
name: Rijksmuseum API Test
author: daffainfo
severity: info
reference: https://data.rijksmuseum.nl/user-generated-content/api/
reference:
- https://data.rijksmuseum.nl/user-generated-content/api/
- https://github.com/daffainfo/all-about-apikey/blob/main/Art-Design/Rijksmuseum.md
tags: token-spray,rijksmuseum
self-contained: true

View File

@ -4,7 +4,9 @@ info:
name: TheCatApi API Test
author: daffainfo
severity: info
reference: https://docs.thecatapi.com/
reference:
- https://docs.thecatapi.com/
- https://github.com/daffainfo/all-about-apikey/blob/main/Animals/TheCatApi.md
tags: token-spray,thecatapi
self-contained: true
@ -16,7 +18,10 @@ requests:
x-api-key: "{{token}}"
matchers:
- type: status
negative: true
status:
- 401
- type: word
part: body
words:
- 'id":'
- 'image_id":'
- 'sub_id":'
condition: and

View File

@ -0,0 +1,27 @@
id: api-thedogapi
info:
name: TheDogApi API Test
author: daffainfo
severity: info
reference:
- https://docs.thedogapi.com/
- https://github.com/daffainfo/all-about-apikey/blob/main/Animals/TheDogApi.md
tags: token-spray,thedogapi
self-contained: true
requests:
- method: GET
path:
- "https://api.thedogapi.com/v1/votes"
headers:
x-api-key: "{{token}}"
matchers:
- type: word
part: body
words:
- 'id":'
- 'image_id":'
- 'sub_id":'
condition: and

View File

@ -4,7 +4,9 @@ info:
name: URLScan API Test
author: daffainfo
severity: info
reference: https://urlscan.io/docs/api/
reference:
- https://urlscan.io/docs/api/
- https://github.com/daffainfo/all-about-apikey/blob/main/Anti-Malware/URLScan.md
tags: token-spray,urlscan
self-contained: true

View File

@ -4,7 +4,9 @@ info:
name: VirusTotal API Test
author: daffainfo
severity: info
reference: https://developers.virustotal.com/reference#getting-started
reference:
- https://developers.virustotal.com/reference
- https://github.com/daffainfo/all-about-apikey/blob/main/Anti-Malware/VirusTotal.md
tags: token-spray,virustotal
self-contained: true