Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "SHOUTcast Server Panel - Detect" module is designed to detect the presence of the SHOUTcast Server panel. SHOUTcast Server panel is a web-based control panel used for managing SHOUTcast streaming servers. This module specifically focuses on identifying any instances of the SHOUTcast Server panel.
This module is categorized as informative, meaning it provides information about the target software rather than detecting vulnerabilities or misconfigurations.
This module does not have any direct impact on the target system. It solely aims to identify the presence of the SHOUTcast Server panel.
The "SHOUTcast Server Panel - Detect" module utilizes HTTP request templates and matching conditions to identify the SHOUTcast Server panel. It sends a GET request to the target system's "/index.html" path and applies two matching conditions:
<title>SHOUTcast Server</title>
".
- The response status code must be 200 (OK).
If both conditions are met, the module considers the SHOUTcast Server panel to be present on the target system.