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

26 lines
404 B
YAML
Raw Normal View History

2021-11-20 11:43:49 +00:00
id: gogs-login
info:
name: Sign In - Gogs
author: dhiyaneshDK
severity: info
2021-11-21 09:23:15 +00:00
tags: panel,gogs
2021-11-20 11:43:49 +00:00
metadata:
shodan-query: 'title:"Sign In - Gogs"'
requests:
- method: GET
path:
- '{{BaseURL}}/user/login'
matchers-condition: and
matchers:
2021-11-21 09:23:15 +00:00
2021-11-20 11:43:49 +00:00
- type: word
words:
- '<title>Sign In - Gogs</title>'
2021-11-21 09:23:15 +00:00
2021-11-20 11:43:49 +00:00
- type: status
status:
- 200