Update cudatel-panel.yaml

patch-1
Ritik Chaddha 2022-11-29 15:29:32 +05:30 committed by GitHub
parent c7f3116b1f
commit eb5fd26c1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 12 deletions

View File

@ -1,29 +1,27 @@
id: cudatel-panel id: cudatel-panel
info: info:
name: CudaTel - Login Panel Detect name: CudaTel Login Panel
author: arafatansari author: arafatansari
severity: info severity: info
metadata: metadata:
shodan-query: title:CudaTel 200
verified: true verified: true
tags: cudatel,panel shodan-query: title:"CudaTel"
tags: panel,cudatel
requests: requests:
- method: GET - method: GET
path: path:
- "{{BaseURL}}/" - "{{BaseURL}}"
matchers-condition: and matchers-condition: and
matchers: matchers:
- type: word
words:
- 'CudaTel Communications Server'
- 'alt="CudaTel'
condition: or
- type: status - type: status
status: status:
- 200 - 200
- type: word
words:
- '<title>CudaTel Communications Server</title>'
- 'Service Login'
- 'Username'
- 'Password'
condition: or