Symmetricom SyncServer Panel - Detect
ID: syncserver-panel
Severity: info
Author: DhiyaneshDk
Tags: panel,login,syncserver,symmetricom,detect,microchip
Description
Section titled “Description”YAML Source
Section titled “YAML Source”id: syncserver-panel
info: name: Symmetricom SyncServer Panel - Detect author: DhiyaneshDk severity: info classification: cpe: cpe:2.3:o:microchip:syncserver_s650_firmware:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: microchip product: syncserver_s650_firmware shodan-query: - html:"Symmetricom SyncServer" - http.html:"symmetricom syncserver" fofa-query: body="symmetricom syncserver" tags: panel,login,syncserver,symmetricom,detect,microchip
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]+)"# digest: 4a0a00473045022100d30f7b96202e605037ac83713a1e2b657d081e838b1fa0d83520924e669f2bcb022003aafe4ee766cc15965c218a21b789c11beb15399c53c51103e8b71b2ac13914:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/syncserver-panel.yaml"