Ethical Hacking Automation

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

TemboSocial Admin Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#tembosocial
Description

What is the "TemboSocial Admin Panel - Detect" module?

The "TemboSocial Admin Panel - Detect" module is designed to detect the presence of the TemboSocial Admin panel. TemboSocial Admin panel is a software used for administration purposes. This module focuses on identifying any misconfigurations or vulnerabilities associated with the admin panel. The severity of the detected issues is classified as informative. The original author of this module is DhiyaneshDK.

Impact

Identifying the TemboSocial Admin panel can provide insights into potential security risks and vulnerabilities associated with the administration of the TemboSocial software. It allows administrators to take necessary actions to address any misconfigurations or vulnerabilities, ensuring the security and integrity of the system.

How does the module work?

The module works by sending an HTTP GET request to the "/admin.php" path. It then applies matching conditions to determine if the response indicates the presence of the TemboSocial Admin panel. The matching conditions include:

- Checking if the response contains the HTML title tag "<title>TemboSocial Administration</title>". - Verifying that the response status code is 200 (OK).

If both matching conditions are met, the module considers the TemboSocial Admin panel to be detected.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/admin.php
Matching conditions
word: <title>TemboSocial Administration</title...and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability