Merge pull request #7514 from projectdiscovery/syncserver-panel

Create syncserver-panel.yaml
patch-1
Ritik Chaddha 2023-06-23 19:07:14 +05:30 committed by GitHub
commit 84cb163379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,36 @@
id: syncserver-panel
info:
name: Symmetricom SyncServer Panel - Detect
author: DhiyaneshDk
severity: info
metadata:
max-request: 1
verified: true
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]+)"