Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
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.
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.
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>"