Ethical Hacking Automation

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

XAMPP Default Page

By kannthu

Informative
Vidoc logoVidoc Module
#tech#php#xampp#apache
Description

What is the "XAMPP Default Page?"

The "XAMPP Default Page" module is designed to detect the presence of the default XAMPP page on a web server. XAMPP is a popular open-source software stack that includes Apache, MySQL, PHP, and Perl. This module focuses on identifying the default page of XAMPP, which can provide valuable information about the server's configuration.

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

Author: dhiyaneshDK

Impact

This module does not have a direct impact on the server or application. It simply detects the presence of the XAMPP default page, which can be useful for identifying the underlying software stack and potential security risks associated with outdated or misconfigured components.

How the module works?

The "XAMPP Default Page" module works by sending a GET request to the "/dashboard/" path of the target web server. It then applies two matching conditions to determine if the response indicates the presence of the XAMPP default page:

- Title Matching: The module checks if the response HTML contains the title tag "<title>Welcome to XAMPP</title>". This indicates that the page is the default XAMPP page. - Status Code Matching: The module verifies that the response status code is 200, indicating a successful request.

If both conditions are met, the module reports a match, indicating the presence of the XAMPP default page.

Module preview

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