Merge pull request #7514 from projectdiscovery/syncserver-panel
Create syncserver-panel.yamlpatch-1
commit
84cb163379
|
@ -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]+)"
|
Loading…
Reference in New Issue