Skip to content

ASUS AiCloud Panel - Detect

ID: asus-aicloud-panel

Severity: info

Author: ritikchaddha

Tags: panel,asus,aicloud,detect

ASUS AiCloud Panel was detected.

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:
verified: "true"
max-request: 1
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
# digest: 4a0a00473045022100a7f12d9881c3097cedce664f0727303df2a404290cd055e4d07ae4fd1fb3dc6802205866b51d8809f82621ab99346c0a2daf6a9a3f8059ab893a943d292310051bc2:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/asus-aicloud-panel.yaml"

View on Github