2022-06-12 07:31:58 +00:00
|
|
|
id: npm-shrinkwrap-exposure
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Node Shrinkwrap Exposure
|
2023-01-06 17:23:51 +00:00
|
|
|
author: DhiyaneshDk,noraj
|
2022-06-12 07:31:58 +00:00
|
|
|
severity: info
|
2023-07-04 03:54:55 +00:00
|
|
|
description: |
|
|
|
|
A file created by npm shrinkwrap. It is identical to package-lock.json.
|
|
|
|
reference:
|
|
|
|
- https://docs.npmjs.com/cli/v9/configuring-npm/npm-shrinkwrap-json
|
2022-06-12 07:31:58 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
2023-07-04 03:54:55 +00:00
|
|
|
max-request: 1
|
2022-06-12 07:31:58 +00:00
|
|
|
shodan-query: html:"npm-shrinkwrap.json"
|
2023-07-04 03:54:55 +00:00
|
|
|
tags: config,exposure,npm,files,node
|
2022-06-12 07:31:58 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-06-12 07:31:58 +00:00
|
|
|
- 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:
|
2023-07-04 10:55:39 +00:00
|
|
|
- 200
|