nuclei-templates/exposed-panels/git-repository-browser.yaml

31 lines
572 B
YAML

id: git-repository-browser
info:
name: Git Repository Browser Detect
author: tess
severity: info
metadata:
verified: true
shodan-dork: http.title:"Git repository browser"
tags: panel,git
requests:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Git repository browser"
- "a fast webinterface for the git dscm"
condition: and
- type: status
status:
- 200