nuclei-templates/http/exposed-panels/puppetboard-panel.yaml

46 lines
1.0 KiB
YAML
Raw Normal View History

2022-03-08 18:47:22 +00:00
id: puppetboard-panel
info:
name: Puppetboard Panel - Detect
author: c-sh0,daffainfo
2022-03-08 18:47:22 +00:00
severity: info
description: Puppetboard panel was detected.
reference: https://github.com/voxpupuli/puppetboard
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
2023-10-14 11:27:55 +00:00
cvss-score: 0
cwe-id: CWE-200
2022-03-08 18:47:22 +00:00
metadata:
verified: true
2023-10-14 11:27:55 +00:00
max-request: 1
2022-03-08 18:47:22 +00:00
shodan-query: http.title:"Puppetboard"
tags: panel,puppet,exposure
http:
2022-03-08 18:47:22 +00:00
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
2022-03-08 18:47:22 +00:00
max-redirects: 2
2023-10-14 11:27:55 +00:00
matchers-condition: and
2022-03-08 18:47:22 +00:00
matchers:
- type: word
part: body
words:
- '<a href="https://github.com/voxpupuli/puppetboard" target="_blank">'
- 'puppetboard.css" rel="stylesheet"'
2022-10-24 06:24:09 +00:00
condition: and
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '<a href="https://github.com/voxpupuli/puppetboard" target="_blank">([0-9.]+)</a></div>'