mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
* Add files via upload * Update unauthorized-puppet-node-manager-detect.yaml * Add files via upload * Add files via upload * Update CVE-2021-40859.yaml * misc updates * minor updates Co-authored-by: sandeep <sandeep@projectdiscovery.io>
24 lines
438 B
YAML
24 lines
438 B
YAML
id: puppet-node-manager-detect
|
|
|
|
info:
|
|
name: Puppet Node Manager
|
|
author: pussycat0x
|
|
severity: info
|
|
metadata:
|
|
fofa-dork: 'app="puppet-Node-Manager"'
|
|
tags: node,tech
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Puppet Node Manager</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200 |