2022-03-08 18:47:22 +00:00
|
|
|
id: puppetboard-panel
|
|
|
|
|
|
|
|
info:
|
2022-10-25 11:46:25 +00:00
|
|
|
name: Puppetlabs Puppetboard
|
2022-10-24 06:16:52 +00:00
|
|
|
author: c-sh0,daffainfo
|
2022-03-08 18:47:22 +00:00
|
|
|
severity: info
|
2022-10-24 06:16:52 +00:00
|
|
|
reference: https://github.com/voxpupuli/puppetboard
|
2022-03-08 18:47:22 +00:00
|
|
|
metadata:
|
2022-10-24 06:16:52 +00:00
|
|
|
verified: true
|
2022-03-08 18:47:22 +00:00
|
|
|
shodan-query: http.title:"Puppetboard"
|
|
|
|
tags: panel,puppet,exposure
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2022-03-08 18:47:22 +00:00
|
|
|
max-redirects: 2
|
2022-10-24 06:16:52 +00:00
|
|
|
matchers-condition: and
|
2022-03-08 18:47:22 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2022-10-24 06:16:52 +00:00
|
|
|
- '<a href="https://github.com/voxpupuli/puppetboard" target="_blank">'
|
|
|
|
- 'puppetboard.css" rel="stylesheet"'
|
2022-10-24 06:24:09 +00:00
|
|
|
condition: and
|
2022-10-24 06:16:52 +00:00
|
|
|
|
|
|
|
- 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>'
|