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

39 lines
858 B
YAML
Raw Normal View History

2022-03-08 18:47:22 +00:00
id: puppetboard-panel
info:
2022-10-25 11:46:25 +00:00
name: Puppetlabs Puppetboard
author: c-sh0,daffainfo
2022-03-08 18:47:22 +00:00
severity: info
reference: https://github.com/voxpupuli/puppetboard
2022-03-08 18:47:22 +00:00
metadata:
verified: true
2022-03-08 18:47:22 +00:00
shodan-query: http.title:"Puppetboard"
tags: panel,puppet,exposure
requests:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
2022-03-08 18:47:22 +00:00
max-redirects: 2
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>'