nuclei-templates/token-spray/deviantart.yaml

22 lines
441 B
YAML

id: api-deviantart
info:
name: DeviantArt API Test
author: zzeitlin
reference: https://www.deviantart.com/developers/authentication
severity: info
tags: token-spray,deviantart
requests:
- method: POST
path:
- "https://www.deviantart.com/api/v1/oauth2/placebo"
body: "access_token={{token}}"
matchers:
- type: word
part: body
words:
- '"status":"error"'
negative: true