Update and rename yealink-ctp18-default-login.yaml to yealink-default-login.yaml

patch-1
Dhiyaneshwaran 2023-07-15 13:32:25 +05:30 committed by GitHub
parent ef81924f10
commit d1863c9509
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 10 deletions

View File

@ -1,10 +1,11 @@
id: yealink-default-login id: yealink-default-login
info: info:
name: Yealink CTP18 Default Login - Detect name: Yealink CTP18 - Default Login
author: parzival author: parzival
severity: high severity: high
description: Yealink CTP18 Default Administrator Credentials Discovered. description: |
Yealink CTP18 Default Administrator Credentials Discovered.
reference: reference:
- https://support.yealink.com - https://support.yealink.com
metadata: metadata:
@ -33,17 +34,16 @@ http:
cookie-reuse: true cookie-reuse: true
matchers-condition: and matchers-condition: and
matchers: matchers:
- type: status - type: word
status: part: body
- 200 words:
- '{"ret":"ok","data":"ok"}'
- type: word - type: word
part: header part: header
words: words:
- text/html - text/html
- type: word - type: status
part: body status:
words: - 200
- '{"ret":"ok","data":"ok"}'
condition: and