-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGit-search-logs.yaml
47 lines (43 loc) · 1.22 KB
/
Git-search-logs.yaml
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
id: Git logs found
info:
name: Find Git log exposure
author: Clark
severity: medium
requests:
- method: GET
path:
- "{{BaseURL}}/.git/logs/HEAD"
- "{{BaseURL}}/.git/COMMIT_EDITMSG"
- "{{BaseURL}}/.git/index"
- "{{BaseURL}}/.git/logs/refs/heads/master"
- "{{BaseURL}}/config.php~"
- "{{BaseURL}}/.git/COMMIT_EDITMSG"
- "{{BaseURL}}/.git/config"
- "{{BaseURL}}/.git/FETCH_HEAD"
- "{{BaseURL}}/.git/logs/refs/remotes/origin/master"
- "{{BaseURL}}/.git/refs/heads/master"
- "{{BaseURL}}/.git/refs/remotes/origin/master"
- "{{BaseURL}}/log/access.log"
- "{{BaseURL}}/.git/info/exclude"
- "{{BaseURL}}/log/error.log"
- "{{BaseURL}}/log/php_errorlog"
- "{{BaseURL}}/readme.md"
- "{{BaseURL}}/readme.txt"
- "{{BaseURL}}/.git/description"
- "{{BaseURL}}/.gitignore"
- "{{BaseURL}}/.git/refs/tags"
- "{{BaseURL}}/.git/packed-refs"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- 'root'
- 'commint'
- 'git'
- 'COMMIT_EDITMSG'
- 'pack-refs'
- 'gitignore'
part: body