Ethical Hacking Automation

Automate Recon and scanning process with Vidoc. All security teams in one place

Aviatrix Cloud Controller Panel

By kannthu

Informative
Vidoc logoVidoc Module
#panel#aviatrix
Description

What is the Aviatrix Cloud Controller Panel?

The Aviatrix Cloud Controller Panel is a module that detects the presence of an Aviatrix Cloud Controller login panel. It targets the Aviatrix Cloud Controller software and provides information about its configuration.

This module has an informative severity level, meaning it provides valuable information but does not indicate a vulnerability or misconfiguration.

Author: pikpikcu, philippedelteil, daffainfo

Impact

This module does not have a direct impact on the system. It simply detects the presence of the Aviatrix Cloud Controller login panel and provides information about its configuration.

How does the module work?

The module works by sending HTTP requests and matching the responses against specific conditions. It uses the following matching conditions:

- Matcher 1: It checks if the response body contains the HTML title tag with the text "Aviatrix Controller". - Matcher 2: It checks if the HTTP response status is 200 (OK).

If both matchers are satisfied, the module considers the Aviatrix Cloud Controller login panel to be present.

Example HTTP request:

GET / HTTP/1.1
Host: example.com
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3

Reference: Aviatrix Cloud Controller Configuration

Metadata:

- max-request: 1 - shodan-query: http.title:"Aviatrix Cloud Controller"

Module preview

Concurrent Requests (0)
Passive global matcher
word: <title>Aviatrix, Controller</title>and
status: 200
On match action
Report vulnerability