Add 10 token-spray templates
parent
b46d572636
commit
3eee418ab5
|
@ -0,0 +1,27 @@
|
||||||
|
id: api-abuseipdb
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: AbuseIPDB API Test
|
||||||
|
author: daffainfo
|
||||||
|
reference: https://docs.abuseipdb.com/
|
||||||
|
severity: info
|
||||||
|
tags: token-spray,abuseipdb
|
||||||
|
|
||||||
|
self-contained: true
|
||||||
|
requests:
|
||||||
|
- raw:
|
||||||
|
- |
|
||||||
|
POST /api/v2/report HTTP/1.1
|
||||||
|
Host: api.abuseipdb.com
|
||||||
|
Key: {{token}}
|
||||||
|
Accept: application/json
|
||||||
|
Content-Type: application/x-www-form-urlencoded
|
||||||
|
Content-Length: 16
|
||||||
|
|
||||||
|
ip=127.0.0.1&categories=18,22&comment=SSH%20login%20attempts%20with%20user%20root.
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: status
|
||||||
|
negative: true
|
||||||
|
status:
|
||||||
|
- 401
|
|
@ -0,0 +1,22 @@
|
||||||
|
id: api-alienvault
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: AlienVault Open Threat Exchange (OTX) API Test
|
||||||
|
author: daffainfo
|
||||||
|
reference: https://otx.alienvault.com/api
|
||||||
|
severity: info
|
||||||
|
tags: token-spray,alienvault
|
||||||
|
|
||||||
|
self-contained: true
|
||||||
|
requests:
|
||||||
|
- raw:
|
||||||
|
- |
|
||||||
|
GET /api/v1/pulses/subscribed?page=1 HTTP/1.1
|
||||||
|
Host: otx.alienvault.com
|
||||||
|
X-OTX-API-KEY: {{token}}
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: status
|
||||||
|
negative: true
|
||||||
|
status:
|
||||||
|
- 403
|
|
@ -0,0 +1,22 @@
|
||||||
|
id: api-aniapi
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: AniAPI API Test
|
||||||
|
author: daffainfo
|
||||||
|
reference: https://aniapi.com/docs/authentication
|
||||||
|
severity: info
|
||||||
|
tags: token-spray,aniapi
|
||||||
|
|
||||||
|
self-contained: true
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "https://api.aniapi.com/v1/auth/me"
|
||||||
|
headers:
|
||||||
|
Authorization: Bearer {{token}}
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: status
|
||||||
|
negative: true
|
||||||
|
status:
|
||||||
|
- 401
|
|
@ -0,0 +1,20 @@
|
||||||
|
id: api-dribbble
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Dribbble API Test
|
||||||
|
author: daffainfo
|
||||||
|
reference: https://developer.dribbble.com/v2/
|
||||||
|
severity: info
|
||||||
|
tags: token-spray,dribbble
|
||||||
|
|
||||||
|
self-contained: true
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "https://api.dribbble.com/v2/user?access_token={{token}}"
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: status
|
||||||
|
negative: true
|
||||||
|
status:
|
||||||
|
- 401
|
|
@ -0,0 +1,20 @@
|
||||||
|
id: api-europeana
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Europeana API Test
|
||||||
|
author: daffainfo
|
||||||
|
reference: https://pro.europeana.eu/page/search
|
||||||
|
severity: info
|
||||||
|
tags: token-spray,europeana
|
||||||
|
|
||||||
|
self-contained: true
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "https://api.europeana.eu/record/v2/search.json?wskey={{token}}&query=*&rows=0&profile=facets"
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: status
|
||||||
|
negative: true
|
||||||
|
status:
|
||||||
|
- 401
|
|
@ -0,0 +1,21 @@
|
||||||
|
id: api-iucn
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: IUCN API Test
|
||||||
|
author: daffainfo
|
||||||
|
reference: http://apiv3.iucnredlist.org/api/v3/docs
|
||||||
|
severity: info
|
||||||
|
tags: token-spray,iucn
|
||||||
|
|
||||||
|
self-contained: true
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "http://apiv3.iucnredlist.org/api/v3/country/list?token={{token}}"
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- "Token not valid!"
|
||||||
|
negative: true
|
|
@ -0,0 +1,22 @@
|
||||||
|
id: api-myanimelist
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: MyAnimeList API Test
|
||||||
|
author: daffainfo
|
||||||
|
reference: https://myanimelist.net/apiconfig/references/api/v2
|
||||||
|
severity: info
|
||||||
|
tags: token-spray,myanimelist
|
||||||
|
|
||||||
|
self-contained: true
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "https://api.myanimelist.net/v2/anime?q=one&limit=4"
|
||||||
|
headers:
|
||||||
|
Authorization: Bearer {{token}}
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: status
|
||||||
|
negative: true
|
||||||
|
status:
|
||||||
|
- 401
|
|
@ -0,0 +1,20 @@
|
||||||
|
id: api-rijksmuseum
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Rijksmuseum API Test
|
||||||
|
author: daffainfo
|
||||||
|
reference: https://data.rijksmuseum.nl/user-generated-content/api/
|
||||||
|
severity: info
|
||||||
|
tags: token-spray,rijksmuseum
|
||||||
|
|
||||||
|
self-contained: true
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "https://www.rijksmuseum.nl/api/nl/usersets?key={{token}}&format=json&page=2"
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: status
|
||||||
|
negative: true
|
||||||
|
status:
|
||||||
|
- 403
|
|
@ -0,0 +1,23 @@
|
||||||
|
id: api-urlscan
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: URLScan API Test
|
||||||
|
author: daffainfo
|
||||||
|
reference: https://urlscan.io/docs/api/
|
||||||
|
severity: info
|
||||||
|
tags: token-spray,urlscan
|
||||||
|
|
||||||
|
self-contained: true
|
||||||
|
requests:
|
||||||
|
- raw:
|
||||||
|
- |
|
||||||
|
GET /user/quotas/ HTTP/1.1
|
||||||
|
Host: urlscan.io
|
||||||
|
Content-Type: application/json
|
||||||
|
API-Key: {{token}}
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: status
|
||||||
|
negative: true
|
||||||
|
status:
|
||||||
|
- 401
|
|
@ -0,0 +1,25 @@
|
||||||
|
id: api-virustotal
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: VirusTotal API Test
|
||||||
|
author: daffainfo
|
||||||
|
reference: https://developers.virustotal.com/reference#getting-started
|
||||||
|
severity: info
|
||||||
|
tags: token-spray,virustotal
|
||||||
|
|
||||||
|
self-contained: true
|
||||||
|
requests:
|
||||||
|
- raw:
|
||||||
|
- |
|
||||||
|
POST /vtapi/v2/url/scan HTTP/1.1
|
||||||
|
Host: www.virustotal.com
|
||||||
|
Content-Type: application/x-www-form-urlencoded
|
||||||
|
Content-Length: 86
|
||||||
|
|
||||||
|
apikey={{token}}&url=google.com
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: status
|
||||||
|
negative: true
|
||||||
|
status:
|
||||||
|
- 403
|
Loading…
Reference in New Issue