Ethical Hacking Automation

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

Webmin Admin Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#webmin
Description

What is the "Webmin Admin Login Panel - Detect?"

The "Webmin Admin Login Panel - Detect" module is designed to detect the presence of the Webmin admin login panel. Webmin is a web-based system administration tool used for managing Unix-like systems. This module focuses on identifying the login panel specifically.

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

This module was authored by PR3R00T.

Impact

The detection of the Webmin admin login panel does not directly imply any impact or risk. It simply indicates the presence of the login panel, which may be used for system administration purposes.

How does the module work?

The "Webmin Admin Login Panel - Detect" module works by sending an HTTP GET request to the "/webmin/" path. It then checks the response body for the presence of the "" string. If this string is found, the module considers the Webmin admin login panel to be detected.

Matching Conditions:

- Request Path: /webmin/
- Request Method: GET
- Response Body: Contains the string "<title>Login to Webmin</title>"

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/webmin/
Matching conditions
word: <title>Login to Webmin</title>
Passive global matcher
No matching conditions.
On match action
Report vulnerability