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

39 lines
745 B
YAML
Raw Normal View History

2023-05-13 15:05:30 +00:00
id: repetier-server-panel
info:
name: Repetier Server Panel - Detect
author: ritikchaddha
severity: info
description: |
Repetier Server login panel detected.
metadata:
2023-06-01 17:38:50 +00:00
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
2023-05-13 15:05:30 +00:00
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
2023-05-13 15:57:55 +00:00
extractors:
- type: regex
part: body
group: 2
regex:
- 'Repetier\-Server ([A-Za-z]+) ([0-9.]+)'