nuclei-templates/token-spray/travisci.yaml

24 lines
432 B
YAML

id: api-travisci
info:
name: Travis CI API Test
author: zzeitlin
reference: https://developer.travis-ci.com/
severity: info
tags: token-spray,travis
requests:
- method: GET
path:
- "https://api.travis-ci.com/user"
headers:
Travis-API-Version: 3
Authorization: token {{token}}
self-contained: true
matchers:
- type: status
status:
- 403
negative: true