commit
adf4e97a29
|
@ -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>'
|
||||
|
|
Loading…
Reference in New Issue