nuclei-templates/http/token-spray/api-dribbble.yaml

25 lines
571 B
YAML
Raw Normal View History

2021-10-29 11:24:17 +00:00
id: api-dribbble
info:
name: Dribbble API Test
author: daffainfo
severity: info
description: Dribbble is a self-promotion and social networking platform for digital designers and creatives
2021-11-06 04:40:49 +00:00
reference:
- https://developer.dribbble.com/v2/
- https://github.com/daffainfo/all-about-apikey/tree/main/dribbble
2021-10-29 11:24:17 +00:00
tags: token-spray,dribbble
metadata:
max-request: 1
2021-10-29 11:24:17 +00:00
self-contained: true
http:
2021-10-29 11:24:17 +00:00
- method: GET
path:
- "https://api.dribbble.com/v2/user?access_token={{token}}"
matchers:
- type: status
status:
2021-10-29 17:20:22 +00:00
- 200