forked from projectdiscovery/nuclei-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitblit-panel.yaml
More file actions
57 lines (51 loc) · 1.24 KB
/
gitblit-panel.yaml
File metadata and controls
57 lines (51 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
id: gitblit-panel
info:
name: Gitblit Login Panel - Detect
author: tess,righettod
severity: info
description: |
Gitblit login panel was detected — a pure Java stack for managing, viewing, and serving Git repositories.
reference:
- https://www.gitblit.com/
- https://github.com/gitblit-org/gitblit
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:gitblit:gitblit:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: gitblit
product: gitblit
shodan-query:
- http.title:"Gitblit"
- http.title:"gitblit"
- http.html:"gitblit"
fofa-query:
- body="gitblit"
- title="gitblit"
google-query: intitle:"gitblit"
tags: panel,gitblit,discovery
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Gitblit</title>"
- "Welcome to Gitblit"
condition: or
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '<span>v([0-9\.]+)</span>'