nuclei-templates/http/misconfiguration/unauthorized-puppet-node-ma...

26 lines
459 B
YAML

id: unauthorized-puppet-node-manager
info:
name: Puppet Node Manager - Unauthorized Access
author: pussycat0x
severity: medium
metadata:
max-request: 1
fofa-query: 'app="puppet-Node-Manager"'
tags: node,misconfig
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- '<a href="/nodes">Nodes</a>'
- type: status
status:
- 200