nuclei-templates/exposures/files/gogs-install-exposure.yaml

26 lines
427 B
YAML
Raw Normal View History

2021-05-03 12:54:14 +00:00
id: gogs-install-exposure
info:
name: Gogs install exposure
author: dhiyaneshDk
severity: high
tags: gogs,exposure
requests:
- 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
words:
- "General Settings"
- "Database Settings"
part: body
2021-05-05 12:23:34 +00:00
condition: and
2021-05-03 12:54:14 +00:00
- type: status
status:
- 200