30 lines
792 B
YAML
30 lines
792 B
YAML
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
|
|
# digest: 490a00463044022033d288afaf105c2c51b6caa2184977e99105303723002afee18dbc96e89b683c0220446273c73b9aff128d57d698379cad97fd8831fb899c195f954134728e652055:922c64590222798bb761d5b6d8e72950 |