Files
nuclei-templates/token-spray/api-deviantart.yaml
Prince Chaddha 6d2214d670 matchers updated
2021-11-01 17:52:18 +05:30

22 lines
443 B
YAML

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