2024-06-29 10:52:58 +00:00
|
|
|
id: forgejo-repo-exposure
|
2024-06-28 08:59:57 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: Forgejo Repositories - Exposure
|
|
|
|
author: DhiyaneshDK
|
|
|
|
severity: medium
|
|
|
|
description: |
|
2024-06-29 10:52:58 +00:00
|
|
|
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:
|
2024-07-04 07:55:53 +00:00
|
|
|
- 200
|