nuclei-templates/http/exposures/files/npm-shrinkwrap-exposure.yaml

33 lines
582 B
YAML

id: npm-shrinkwrap-exposure
info:
name: Node Shrinkwrap Exposure
author: DhiyaneshDk
severity: info
metadata:
verified: true
shodan-query: html:"npm-shrinkwrap.json"
tags: config,exposure,npm,files
http:
- method: GET
path:
- "{{BaseURL}}/npm-shrinkwrap.json"
matchers-condition: and
matchers:
- type: word
words:
- "version"
- "dependencies"
condition: and
- type: word
part: header
words:
- "application/json"
- type: status
status:
- 200