Skip to content

Puppet Node Manager

ID: puppet-node-manager-detect

Severity: info

Author: pussycat0x

Tags: node,tech

id: puppet-node-manager-detect
info:
name: Puppet Node Manager
author: pussycat0x
severity: info
metadata:
max-request: 1
fofa-query: 'app="puppet-Node-Manager"'
tags: node,tech
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- '<title>Puppet Node Manager</title>'
- type: status
status:
- 200
# digest: 4b0a004830460221008affc29004616900372dfbf8bb2cd253c858d4925156e3c33e85cf286cf906ae022100d572894b65b268570619f936f7968473b06d82e1b4f4cacbb0a0ddfd63225e5c:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/puppet-node-manager-detect.yaml"

View on Github