Merge pull request #5795 from daffainfo/patch-37

feat: added version detection puppetboard
patch-1
Prince Chaddha 2022-10-25 17:19:03 +05:30 committed by GitHub
commit adf4e97a29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 2 deletions

View File

@ -2,9 +2,11 @@ id: puppetboard-panel
info:
name: Puppetlabs Puppetboard
author: c-sh0
author: c-sh0,daffainfo
severity: info
reference: https://github.com/voxpupuli/puppetboard
metadata:
verified: true
shodan-query: http.title:"Puppetboard"
tags: panel,puppet,exposure
@ -15,8 +17,22 @@ requests:
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Puppetboard</title>"
- '<a href="https://github.com/voxpupuli/puppetboard" target="_blank">'
- 'puppetboard.css" rel="stylesheet"'
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>'