nuclei-templates/http/misconfiguration/installer/gogs-installer.yaml

35 lines
732 B
YAML
Raw Normal View History

2023-03-21 20:25:37 +00:00
id: gogs-installer
2021-05-03 12:54:14 +00:00
info:
2023-03-21 20:25:37 +00:00
name: Gogs (Go Git Service) - Installer
2021-05-03 12:54:14 +00:00
author: dhiyaneshDk
2023-03-21 20:25:37 +00:00
severity: critical
description: Go Git Service installer panel was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:H
cvss-score: 9.4
cwe-id: CWE-284
metadata:
max-request: 1
verified: true
shodan-query: http.title:"Installation - Gogs"
2023-03-21 20:25:37 +00:00
tags: misconfig,exposure,gogs,install
2021-05-03 12:54:14 +00:00
http:
2021-05-03 12:54:14 +00:00
- method: GET
path:
- '{{BaseURL}}/install'
2021-05-05 12:23:34 +00:00
2021-05-03 12:54:14 +00:00
matchers-condition: and
matchers:
- type: word
2023-03-21 20:25:37 +00:00
part: body
2021-05-03 12:54:14 +00:00
words:
- "General Settings"
- "Database Settings"
2021-05-05 12:23:34 +00:00
condition: and
2021-05-03 12:54:14 +00:00
- type: status
status:
- 200