nuclei-templates/token-spray/bitly.yaml

21 lines
415 B
YAML

id: api-bitly
info:
name: Bitly API Test
author: zzeitlin
reference: https://dev.bitly.com/api-reference
severity: info
tags: api,bitly
requests:
- method: GET
path:
- "https://api-ssl.bitly.com/v3/shorten?access_token={{token}}&longUrl=https://www.google.com"
matchers:
- type: word
part: body
negative: true
words:
- 'INVALID_ARG_ACCESS_TOKEN'