nuclei-templates/token-spray/api-travisci.yaml

25 lines
434 B
YAML
Raw Normal View History

2021-10-01 14:33:51 +00:00
id: api-travisci
info:
name: Travis CI API Test
author: zzeitlin
severity: info
reference:
- https://developer.travis-ci.com/
tags: token-spray,travis
2021-10-01 14:33:51 +00:00
2021-10-20 08:46:18 +00:00
self-contained: true
2021-10-01 14:33:51 +00:00
requests:
- method: GET
path:
- "https://api.travis-ci.com/user"
headers:
Travis-API-Version: 3
Authorization: token {{token}}
2021-10-01 20:46:16 +00:00
2021-10-01 14:33:51 +00:00
matchers:
- type: status
status:
- 403
negative: true