Ethical Hacking Automation

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

Axway API Manager Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#axway#detect
Description

What is the "Axway API Manager Panel - Detect" module?

The "Axway API Manager Panel - Detect" module is a test case designed to detect misconfigurations, vulnerabilities, or software fingerprints related to the Axway API Manager Panel. It is created by the author johnk3r and has an informative severity level.

Impact

The module aims to identify potential security issues or misconfigurations within the Axway API Manager Panel. By detecting these issues, it helps organizations ensure the security and proper configuration of their API management system.

How does the module work?

The module utilizes HTTP request templates and matching conditions to perform its scanning. It sends HTTP requests to the target system and evaluates the responses based on predefined conditions. If the conditions are met, the module reports a potential vulnerability, misconfiguration, or software fingerprint.

For example, one of the matching conditions in this module checks if the HTTP response status is 200 (OK). Additionally, it searches for the presence of the string "Axway API Manager Login" in the response body. If both conditions are satisfied, the module will report a potential issue.

Please note that the actual JSON definitions and specific details of the module are not provided here for brevity.

Module preview

Concurrent Requests (0)
Passive global matcher
word: Axway API Manager Login</title>and
status: 200
On match action
Report vulnerability