Files
nuclei-templates/http/misconfiguration/unauthorized-puppet-node-manager-detect.yaml
Melvin Lammerts b050c699d9 Fix typo (Pupet) in unauthorized-puppet-node-manager
And added some additional context to the title.
2023-05-30 09:57:40 +02:00

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