Ethical Hacking Automation

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

SSH PrivX Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#privx
Description

What is the "SSH PrivX Login Panel - Detect?"

The "SSH PrivX Login Panel - Detect" module is designed to detect the presence of the SSH PrivX login panel. SSH PrivX is a software solution that provides secure access to SSH servers. This module focuses on identifying the login panel and does not perform any further actions.

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

This module was authored by korteke.

Impact

This module does not have any direct impact as it only detects the presence of the SSH PrivX login panel. However, the presence of the login panel may indicate the use of SSH PrivX for secure access to SSH servers.

How does the module work?

The module works by sending an HTTP GET request to the "/auth/login" path. It then applies two matching conditions to determine if the SSH PrivX login panel is present:

- The module checks if the response body contains the HTML tag "<title>PrivX</title>". This indicates that the login panel page is being returned. - The module verifies that the HTTP response status is 200, indicating a successful request.

If both matching conditions are met, the module reports the detection of the SSH PrivX login panel.

For more information about SSH PrivX, you can visit their official website.

Metadata:

- max-request: 1 - shodan-query: title:"PrivX"

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/auth/login
Matching conditions
word: <title>PrivX</title>and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability