33 lines
607 B
YAML
33 lines
607 B
YAML
|
id: asus-aicloud-panel
|
||
|
|
||
|
info:
|
||
|
name: ASUS AiCloud Panel - Detect
|
||
|
author: ritikchaddha
|
||
|
severity: info
|
||
|
description: ASUS AiCloud Panel was detected.
|
||
|
reference:
|
||
|
- https://www.asus.com/in/content/aicloud/
|
||
|
metadata:
|
||
|
max-request: 1
|
||
|
verified: "true"
|
||
|
shodan-query: title:"AiCloud"
|
||
|
tags: panel,asus,aicloud,detect
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- 'AiCloud</title>'
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
- 401
|
||
|
condition: or
|