nuclei-templates/http/misconfiguration/forgejo-repo-exposure.yaml

33 lines
627 B
YAML
Raw Normal View History

id: forgejo-repo-exposure
2024-06-28 08:59:57 +00:00
info:
name: Forgejo Repositories - Exposure
author: DhiyaneshDK
severity: medium
description: |
The Forgejo repo is being exposed publically.
2024-06-28 08:59:57 +00:00
metadata:
verified: true
max-request: 1
shodan-query: html:"Forgejo"
tags: misconfig,exposure,forgejo
http:
- method: GET
path:
- "{{BaseURL}}/explore/repos"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Powered by Forgejo'
- 'Explore</a>'
- 'Repositories'
condition: and
- type: status
status:
- 200