2021-10-01 14:33:51 +00:00
|
|
|
id: api-npm
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: NPM API Test
|
|
|
|
author: zzeitlin
|
|
|
|
reference: https://docs.npmjs.com/creating-and-viewing-access-tokens
|
|
|
|
severity: info
|
2021-10-04 21:02:57 +00:00
|
|
|
tags: token-spray,node,npm,package,manager
|
2021-10-01 14:33:51 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "https://registry.npmjs.org/-/whoami"
|
|
|
|
headers:
|
|
|
|
Authorization: Bearer {{token}}
|
2021-10-01 20:46:16 +00:00
|
|
|
|
2021-10-01 14:33:51 +00:00
|
|
|
matchers:
|
|
|
|
- type: status
|
2021-10-01 15:31:12 +00:00
|
|
|
status:
|
2021-10-01 14:33:51 +00:00
|
|
|
- 401
|
|
|
|
- 403
|
|
|
|
negative: true
|