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

37 lines
693 B
YAML
Raw Normal View History

2023-06-22 05:52:33 +00:00
id: syncserver-panel
info:
2023-06-23 13:34:13 +00:00
name: Symmetricom SyncServer Panel - Detect
2023-06-22 05:52:33 +00:00
author: DhiyaneshDk
severity: info
metadata:
max-request: 1
verified: true
shodan-query: html:"Symmetricom SyncServer"
2023-06-23 13:34:13 +00:00
tags: panel,login,syncserver,symmetricom,detect
2023-06-22 05:52:33 +00:00
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]+)"