Ethical Hacking Automation

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

Gitea Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#gitea#panel
Description

What is the "Gitea Login Panel - Detect" module?

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.

Impact

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.

How the module works?

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.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/user/login
Matching conditions
word: Powered by Gitea Versionand
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability