Skip to content

Aviatrix Cloud Controller Panel

ID: aviatrix-panel

Severity: info

Author: pikpikcu,philippedelteil,daffainfo

Tags: panel,aviatrix

An Aviatrix Cloud Controller login panel was detected.

id: aviatrix-panel
info:
name: Aviatrix Cloud Controller Panel
author: pikpikcu,philippedelteil,daffainfo
severity: info
description: An Aviatrix Cloud Controller login panel was detected.
reference:
- https://docs.aviatrix.com/HowTos/controller_config.html
classification:
cwe-id: CWE-200
cpe: cpe:2.3:a:aviatrix:controller:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: aviatrix
product: controller
shodan-query:
- http.title:"Aviatrix Cloud Controller"
- http.title:"aviatrix cloud controller"
fofa-query: title="aviatrix cloud controller"
google-query: intitle:"aviatrix cloud controller"
tags: panel,aviatrix
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Aviatrix'
- 'Controller</title>'
condition: and
- type: status
status:
- 200
# digest: 4a0a00473045022100907d96b0b9decca8f94cee2ed44a4c1e5f3a4e1c67588637356d421b0adf70510220617a49a9202724f3b8e8db0e928a8962f7357e3e9e1f78e8e5fc20e81b4c7430: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/aviatrix-panel.yaml"

View on Github