nuclei-templates/exposed-panels/gitea-login.yaml

26 lines
407 B
YAML

id: gitea-login
info:
name: Gitea Login
author: dhiyaneshDK
severity: info
tags: gitea,panel
metadata:
shodan-query: 'html:"Powered by Gitea Version"'
requests:
- method: GET
path:
- '{{BaseURL}}/user/login'
matchers-condition: and
matchers:
- type: word
words:
- 'Powered by Gitea Version'
- type: status
status:
- 200