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

30 lines
601 B
YAML
Raw Normal View History

2024-05-21 08:47:41 +00:00
id: forgejo-installer
info:
name: Forgejo Installation Page - Exposure
author: DhiyaneshDk
severity: high
description: |
Checks for the presence of a Forgejo Installer Page.
metadata:
verified: true
max-request: 1
fofa-query: body="Installation - Forgejo:"
tags: install,Forgejo,misconfig
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Installation - Forgejo: Beyond coding. We Forge.</title>"
- type: status
status:
- 200