nuclei-templates/http/exposed-panels/syncserver-panel.yaml

37 lines
693 B
YAML

id: syncserver-panel
info:
name: Symmetricom SyncServer Panel - Detect
author: DhiyaneshDk
severity: info
metadata:
verified: true
max-request: 1
shodan-query: html:"Symmetricom SyncServer"
tags: panel,login,syncserver,symmetricom,detect
http:
- method: GET
path:
- "{{BaseURL}}/login.php"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Symmetricom SyncServer'
- 'login'
condition: and
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- "Symmetricom SyncServer ([A-Z0-9]+)"