Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
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
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.
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:
<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.
- https://pypicloud.readthedocs.io/en/latest/
max-request: 1
google-query: intext:pypicloud