Ethical Hacking Automation

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

PyPICloud Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#pypicloud
Description

What is the "PyPICloud Login Panel - Detect?"

The "PyPICloud Login Panel - Detect" module is designed to detect the presence of the PyPICloud login panel. PyPICloud is a software that allows users to host their own Python package index. This module focuses on identifying the login panel of PyPICloud.

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

Author: Supras

Impact

This module does not have a direct impact on the system being scanned. It simply detects the presence of the PyPICloud login panel, providing information about its existence.

How does the module work?

The module works by sending an HTTP GET request to the "/login" path. It then applies two matching conditions to determine if the PyPICloud login panel is present:

    - The response body must contain the following words: "<title>Pypicloud</title>" and "<html ng-app=\"pypicloud\">". - The response status code must be 200.

If both conditions are met, the module reports that the PyPICloud login panel has been detected.

Reference

- https://pypicloud.readthedocs.io/en/latest/

Metadata

max-request: 1

google-query: intext:pypicloud

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/login
Matching conditions
word: <title>Pypicloud</title>, <html ng-app="...and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability