Create gitea-installer.yaml
parent
9eeea93873
commit
288c29ab7e
|
@ -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
|
Loading…
Reference in New Issue