Ethical Hacking Automation

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

SHOUTcast Server Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel
Description

What is the "SHOUTcast Server Panel - Detect" module?

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.

Impact

This module does not have any direct impact on the target system. It solely aims to identify the presence of the SHOUTcast Server panel.

How does the module work?

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:

    - The response body must contain the HTML tag "<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.

Module preview

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