Ethical Hacking Automation

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

SAS Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#sas#panel
Description

What is the "SAS Login Panel - Detect" module?

The "SAS Login Panel - Detect" module is a test case designed to detect the presence of the SAS login panel. It targets the SAS Logon Manager software and aims to identify any misconfigurations or vulnerabilities associated with it. The severity of this module is classified as informative, meaning it provides valuable information but does not pose an immediate threat.

This module was authored by ritikchaddha.

Impact

The detection of the SAS login panel can provide insights into the security posture of the SAS Logon Manager. It can help identify potential weaknesses or misconfigurations that may be exploited by attackers. By detecting any vulnerabilities or misconfigurations, appropriate actions can be taken to mitigate potential risks and enhance the overall security of the system.

How does the module work?

The "SAS Login Panel - Detect" module utilizes HTTP request templates and matching conditions to identify the presence of the SAS login panel. It sends a GET request to the "/SASLogon/login" path and applies two matching conditions:

    - The response body must contain the phrase "SASĀ® Logon Manager". - The response status code must be 200.

If both conditions are met, the module considers the SAS login panel to be detected.

Here is an example of the HTTP request sent by the module:

GET /SASLogon/login

The module then evaluates the response body and status code against the defined matching conditions to determine if the SAS login panel is present.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/SASLogon/login
Matching conditions
word: SAS® Logon Managerand
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability