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

26 lines
404 B
YAML

id: gogs-login
info:
name: Sign In - Gogs
author: dhiyaneshDK
severity: info
tags: panel,gogs
metadata:
shodan-query: 'title:"Sign In - Gogs"'
requests:
- method: GET
path:
- '{{BaseURL}}/user/login'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Sign In - Gogs</title>'
- type: status
status:
- 200