Create gitea-installer.yaml

patch-1
Dhiyaneshwaran 2022-10-25 07:57:07 +05:30 committed by GitHub
parent 9eeea93873
commit 288c29ab7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: gitea-installer
info:
name: Gitea Installer Exposure
author: DhiyaneshDk
severity: medium
metadata:
verified: true
shodan-query: 'title:"Installation - Gitea: Git with a cup of tea"'
tags: misconfig,gitea,installer
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Installation - Gitea: Git with a cup of tea'
- 'Database Name'
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200