nuclei-templates/http/exposed-panels/repetier-server-panel.yaml

39 lines
745 B
YAML

id: repetier-server-panel
info:
name: Repetier Server Panel - Detect
author: ritikchaddha
severity: info
description: |
Repetier Server login panel detected.
metadata:
max-request: 1
verified: true
shodan-query: title:"Repetier-Server"
tags: panel,repetier,detect
http:
- method: GET
path:
- "{{BaseURL}}/#!/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'content="Repetier-Server'
- 'About Repetier-Server'
condition: or
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 2
regex:
- 'Repetier\-Server ([A-Za-z]+) ([0-9.]+)'