Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Gitea Login Panel - Detect" module is designed to detect the presence of the Gitea login panel. Gitea is a self-hosted Git service similar to GitHub or GitLab. This module specifically targets the login panel of Gitea. The severity of this module is informative.
This module does not have any direct impact on the target system. It is used to identify the presence of the Gitea login panel, which can help in assessing the security posture of the system.
The "Gitea Login Panel - Detect" module works by sending a GET request to the "/user/login" path of the target system. It then applies two matching conditions to determine if the Gitea login panel is present:
- The response body must contain the phrase "Powered by Gitea Version". - The response status code must be 200.If both conditions are met, the module considers the Gitea login panel to be detected.