Skip to content

Dribbble API Test

ID: api-dribbble

Severity: info

Author: daffainfo

Tags: token-spray,dribbble

Dribbble is a self-promotion and social networking platform for digital designers and creatives

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
reference:
- https://developer.dribbble.com/v2/
- https://github.com/daffainfo/all-about-apikey/tree/main/dribbble
metadata:
max-request: 1
tags: token-spray,dribbble
self-contained: true
http:
- method: GET
path:
- "https://api.dribbble.com/v2/user?access_token={{token}}"
matchers:
- type: status
status:
- 200
# digest: 4a0a00473045022079e797ab88362ec3cf675c47ee7862ed03e2bd7af660656118575f28f8b5f51f022100be3ae5cfaf221e10c0ab098bba017d9697bc7f4193f9551ed84823e97b3d825c:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/token-spray/api-dribbble.yaml"

View on Github