-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgit-folder.yaml
More file actions
78 lines (78 loc) · 2.9 KB
/
Copy pathgit-folder.yaml
File metadata and controls
78 lines (78 loc) · 2.9 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
id: git-folder
info:
author: Me
name: "Git Folder Exposure"
severity: medium
requests:
- matchers:
- status:
- 200
type: status
- part: body
type: word
words:
- root
- commint
- git
- COMMIT_EDITMSG
- pack-refs
- gitignore
matchers-condition: and
method: GET
path:
- "{{BaseURL}}/.git/branches/"
- "{{BaseURL}}/.git/COMMIT_EDITMSG"
- "{{BaseURL}}/.git/config"
- "{{BaseURL}}/.git/description"
- "{{BaseURL}}/.git/FETCH_HEAD"
- "{{BaseURL}}/.git/HEAD"
- "{{BaseURL}}/.git/hooks/"
- "{{BaseURL}}/.git/hooks/applypatch-msg.sample"
- "{{BaseURL}}/.git/hooks/commit-msg.sample"
- "{{BaseURL}}/.git/hooks/post-commit.sample"
- "{{BaseURL}}/.git/hooks/post-receive.sample"
- "{{BaseURL}}/.git/hooks/pre-applypatch-msg.sample"
- "{{BaseURL}}/.git/hooks/pre-applypatch.sample"
- "{{BaseURL}}/.git/hooks/pre-commit.sample"
- "{{BaseURL}}/.git/hooks/pre-push.sample"
- "{{BaseURL}}/.git/hooks/pre-rebase.sample"
- "{{BaseURL}}/.git/hooks/pre-receive.sample"
- "{{BaseURL}}/.git/hooks/prepare-commit-msg.sample"
- "{{BaseURL}}/.git/hooks/update.sample"
- "{{BaseURL}}/.git/index"
- "{{BaseURL}}/.git/info/"
- "{{BaseURL}}/.git/info/exclude"
- "{{BaseURL}}/.git/info/refs"
- "{{BaseURL}}/.git/logs/"
- "{{BaseURL}}/.git/logs/HEAD"
- "{{BaseURL}}/.git/logs/refs"
- "{{BaseURL}}/.git/logs/refs/head/main"
- "{{BaseURL}}/.git/logs/refs/head/master"
- "{{BaseURL}}/.git/logs/refs/heads"
- "{{BaseURL}}/.git/logs/refs/heads/main"
- "{{BaseURL}}/.git/logs/refs/heads/master"
- "{{BaseURL}}/.git/logs/refs/remotes"
- "{{BaseURL}}/.git/logs/refs/remotes/origin"
- "{{BaseURL}}/.git/logs/refs/remotes/origin/HEAD"
- "{{BaseURL}}/.git/logs/refs/remotes/origin/main"
- "{{BaseURL}}/.git/logs/refs/remotes/origin/master"
- "{{BaseURL}}/.git/logs/refs/stash"
- "{{BaseURL}}/.git/objects/"
- "{{BaseURL}}/.git/objects/info/packs"
- "{{BaseURL}}/.git/ORIG_HEAD"
- "{{BaseURL}}/.git/packed-refs"
- "{{BaseURL}}/.git/refs/"
- "{{BaseURL}}/.git/refs/heads"
- "{{BaseURL}}/.git/refs/heads/develop"
- "{{BaseURL}}/.git/refs/heads/main"
- "{{BaseURL}}/.git/refs/heads/master"
- "{{BaseURL}}/.git/refs/remotes"
- "{{BaseURL}}/.git/refs/remotes/origin"
- "{{BaseURL}}/.git/refs/remotes/origin/HEAD"
- "{{BaseURL}}/.git/refs/remotes/origin/main"
- "{{BaseURL}}/.git/refs/remotes/origin/master"
- "{{BaseURL}}/.git/refs/stash"
- "{{BaseURL}}/.git/refs/wip/index/refs/heads/main"
- "{{BaseURL}}/.git/refs/wip/index/refs/heads/master"
- "{{BaseURL}}/.git/refs/wip/wtree/refs/heads/main"
- "{{BaseURL}}/.git/refs/wip/wtree/refs/heads/master"